How to connect Circle + ConvertKit + Webhooks by Zapier
Zapier lets you send info between Circle, ConvertKit, and Webhooks by Zapier automatically—no code required.
Do even more with Circle + ConvertKit + Webhooks by Zapier
With Zapier, you can do more than just connect your apps - you can automate entire processes from beginning to end! Check out the following list of triggers and actions you can use with Circle, ConvertKit, and Webhooks by Zapier. And don’t forget that you can add more apps and actions to create complex workflows.
CommunityRequired
Space
Topic
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planCommunityRequired
Select the community for which you'd like to select the subscriptions for.
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planCommunityRequired
Select the community for which you'd like to select the charges for.
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planCommunityRequired
Select the community for which you'd like to select the charges for.
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planCommunityRequired
EventRequired
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planCommunityRequired
Select the community for which you'd like to select the topics for.
Space
Select the space for which you'd like to select the topics for.
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planCommunityRequired
Space GroupRequired
EmailRequired
Email of user to add to space group.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
Select the community you'd like to post the comment in.
SpaceRequired
Select the space you'd like the post the comment in.
PostRequired
Member Email
The email of the member to post this comment on behalf of. If none is specified, the comment will be posted by the community admin.
Comment BodyRequired
Skip Notifications?
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
Select the community you'd like to create it in.
SpaceRequired
Select the channel you'd like to create it in.
Topic Name
Topic Description
Pin to top
Comments Enabled
Liking Enabled
User Email
Email of the user for who you want to create topic.
Custom HTML
Disable Truncation
If toggled on, "...see more" truncation will be disabled on this topic.
Hide Meta Info
If toggled on, meta information such as the topic author's name will be hidden from this topic.
Meta Title
Meta Description
OpenGraph Title
OpenGraph Description
Skip Notifications
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
Space GroupRequired
EmailRequired
Email of user to remove from space group.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
EmailRequired
The email of the community member to remove.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
Select the community you'd like to send message in
User EmailRequired
Email of the community member
Message BodyRequired
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
Member TagRequired
User EmailRequired
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
Member TagRequired
EmailRequired
The email of the tagged community member to remove member tag.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
Select the community you'd like to add the user to.
Member IDRequired
Select member whom you want to update
Name
Please provide the updated name.
Profile Image
Please provide the updated profile image.
Headline
Please provide the updated Headline.
Bio
Please provide the updated Bio.
Location
Please provide the updated Location.
Website URL
Please provide the updated website URL.
Twitter URL
Please provide the updated twitter URL.
Facebook URL
Please provide the updated facebook URL.
Instagram URL
Please provide the updated Instagram URL.
Linkedin URL
Please provide the updated linkdin URL.
Add to Space(s)
If you'd like the member to be added to space(s), select them here.
Add Member Tag(s)
If you'd like the tag member to Member Tag(s), select them here.
Is Flagged
Messaging Enabled By Admin
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Member EmailRequired
Member TagRequired
CommunityRequired
ActionThis is an event a Zap performs.SearchFind existing data in your appMember EmailRequired
Space GroupRequired
CommunityRequired
ActionThis is an event a Zap performs.SearchFind existing data in your appNew Purchase
Triggers when a new purchase is added to your account.
Try ItTriggerThis is the start of your ZapInstantThis event starts a Zap instantly.New Subscriber
Triggers when a new subscriber is confirmed within your account (has completed any applicable double opt-ins).
Try ItTriggerThis is the start of your ZapInstantThis event starts a Zap instantly.New Unsubscribe
Triggers when a subscriber unsubscribes from your emails.
Try ItTriggerThis is the start of your ZapInstantThis event starts a Zap instantly.Transaction IDRequired
A unique ID for the transaction (ie. Purchase ID or Invoice ID). If a purchase with this Transaction ID already exists, it will be updated.
EmailRequired
If a subscriber with this email doesn't exist, one will be created.
Subtotal
Tax
Shipping
Discount
Discount amount applied to the purchase in your currency.
Total
Currency
3 letter currency code, default USD.
Transaction Time
Status
Product nameRequired
Product IDRequired
Unique identifier of this product
Product SKU
Product price
Product quantity
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.TagRequired
EmailRequired
If a subscriber with this email doesn't exist, one will be created.
First Name
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Api Docs Info
API docs for ConvertKit are located here http://developers.convertkit.com/#api-basics
HTTP MethodRequired
URLRequired
Requests can only be made to domains associated by this application.
Query String Parameters
These params will be URL-encoded and appended to the URL when making the request.
Headers
Authentication headers are included automatically
Additional Request Headers
Zapier will apply these optional headers and values to the request in addition to any headers created as part of the authentication mechanism.
Body
Zapier will pass this along raw. If you would like to provide complex JSON, try a "Code by Zapier" step to build the structure and pass it along here. For example,
{"foo": "bar"}
is perfectly valid.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.URLRequired
This should return a list of dictionaries of content type JSON in reverse chronological order. For example:
[{"id":1234},{"id":1235}]
Key
If the returned JSON is not a list and is instead an object (maybe paginated), enter the key that contains the results. Example: "results", "items", "objects", etc... (children via dot syntax supported)
Deduplication Key
Zapier deduplicates the array we see each poll against the
id
key. If theid
key does not exist, you should specify an alternative unique key to deduplicate off of. If neither are supplied, we fallback to looking for the shortest key withid
in it otherwise we will raise an error.Xpath
If the content fetched is XML or HTML, optionally define an xpath to extract data from the content. Will trigger whenever the content at the xpath changes!
Basic Auth
A pipe (
|
) separated username, password combo for standard HTTP authentication.Headers
Key, value pairs to be added as headers in all requests.
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planPick off a Child Key
By default, Zapier gives you the entire payload of the webhook. If this is specified, Zapier will only grab the child key from the object(s) sent to Zapier. For example, given
{"contact": {"name": "Mike"}}
, add "contact" here to only return{"name": "Mike"}
. Traverse more deeply nested children by using dot-separated syntax. Line item payloads will run your Zap for each instance of the child key.
Try ItTriggerThis is the start of your ZapInstantThis event starts a Zap instantly.URLRequired
We recommend not putting any query string arguments in the URL (use "Query String Params" below).
Query String Params
These params will be URL-encoded and appended to the URL when making the request. Note: If you specify nothing for this field, we will automatically encode and include every field from the previous step in the query string. If you don't want this, use the "Custom Request" action.
Send As JSON
If "yes", this dumps the results directly to a key (set below) as JSON. If "no", we simulate a form.
JSON key
Only used if As JSON.
Unflatten
By default we convert fields with double underscores into nested dictionaries. Select no here to turn this behavior off.
Basic Auth
A pipe (
|
) separated username, password combo for standard HTTP authentication.Headers
Key, value pairs to be added as headers in all requests.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.URLRequired
Any URL with a querystring will be re-encoded properly.
Payload Type
Pay special attention to the proper mapping of the data below.
Data
These are key-value pairs that will form the data portion of the request. If you leave these empty, all fields from the previous step will be used. If you want to send your own raw JSON or form-encoded values here, please use the Custom Request action instead.
Wrap Request In Array
Wraps the request in an array if that is something the service requires.
File
A file object to be attached to the request. The request will automatically be converted to
multipart/form-data
, with the above payload type defining the sub content-type for the data being passed.Unflatten
By default we convert fields with double underscores into nested dictionaries. Select no here to turn this behavior off.
Basic Auth
A pipe (
|
) separated username, password combo for standard HTTP authentication.Headers
Key, value pairs to be added as headers in all requests.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.
Community
Select the community you'd like to retreive channels for.
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planNew Community
Triggers when a new community is created by the user.
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planCommunityRequired
Select the community for which you'd like to select the subscriptions for.
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planCommunityRequired
Select the community for which you'd like to select the subscriptions for.
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planCommunityRequired
SpaceRequired
EmailRequired
Email of user to add to space
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
SpaceRequired
NameRequired
Description
Custom Slug
Start DateTimeRequired
DurationRequired
Location typeRequired
Virtual Location URL (Optional)
The URL for your virtual event. Example:
https://your-event-url-here.com/
In Person Location (Optional)
The location for your virtual event. Example: New York, NY
Hide Location from Non-attendees
If enabled, non-attendees will not be able to see the location of your event until they RSVP.
Disable RSVPs
If enabled, no one will be able to RSVP into your event. You can change this later.
Send Email Reminder
If enabled, attendees will be sent an email reminder an hour before the event.
Send In-App Notification Reminder
If enabled, attendees will receive an in-app notification reminder an hour before the event.
Send Email Confirmation
If enabled, attendees will receive an email confirmation when they RSVP.
Send In-App Notification Confirmation
If enabled, attendees will receive an in-app notification in their 'Following' tab when they RSVP.
Enable Custom Thank You Message
Set a custom thank you message to be shown on the confirmation modal and email
Confirmation Message Title
Confirmation Message Description
Confirmation Message Button Title
Confirmation Message Button Link
Meta Title
Customize the title meta tag for SEO. If empty, we'll use the name of the event.
Meta Description
Customize the description meta tag for SEO.
Opengraph Title
Customize the Open Graph title. If empty, we'll use the event name.
Opengraph Description
Customize the Open Graph description.
Opengraph Image
Hide Meta Info
Hide author name and information.
Disable likes
Prevent members from liking each other's comments.
Disable comments
Prevent members from posting comments.
Hide Attendees
If enabled, members will not able to see the attendee list.
Hide from featured areas
Hide event from the homepage and weekly digest.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.EmailRequired
The email of the user you'd like to invite to your community.
Password
Optionally, pre-set a password for this user.
Name
The name of the user you'd like to invite to your community.
CommunityRequired
Select the community you'd like to add the user to.
Profile Image
Add link of profile image.
Headline
Bio
Website URL
Twitter URL
Facebook URL
Instagram URL
Linkedin URL
Add to Space(s)
If you'd like the member to be automatically added to space(s), select them here.
Add to Space Group(s)
Add this user to a space group and all the spaces within it, including future ones.
Add Member Tag(s)
If you'd like the automatically tag member to Member Tag(s), select them here.
Skip Invitation Email?
Optionally, you can skip sending the email invitation (i.e. if you've already set a password for them that they'll know.)
Is Flagged
Messaging Enabled By Admin
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
SpaceRequired
EmailRequired
Email of user to remove from space
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
EventRequired
Member emailRequired
Email of member who need to be RSVP'd
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
Select the community you'd like to start a group chat in.
Member EmailsRequired
A comma-separated list of community member emails for this group chat. For members to be added to the group chat, they'll already need to be a member of your community.
Message BodyRequired
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
EventRequired
Member emailRequired
Email of member you want to UnRSVP from event.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CommunityRequired
SpaceRequired
EventRequired
Name
body
Custom Slug
Start DateTime
Duration
Location Type
Virtual Location URL (Optional)
The URL for your virtual event. Example:
https://your-event-url-here.com/
In Person Location (Optional)
The location for your virtual event. Example: New York, NY
Disable RSVPs
If enabled, no one will be able to RSVP into your event. You can change this later.
Hide Location from Non-attendees
If enabled, non-attendees will not be able to see the location of your event until they RSVP.
Send Email Reminder
If enabled, attendees will be sent an email reminder an hour before the event.
Send In-App Notification Reminder
If enabled, attendees will receive an in-app notification reminder an hour before the event.
Send Email Confirmation
If enabled, attendees will receive an email confirmation when they RSVP.
Send In-App Notification Confirmation
If enabled, attendees will receive an in-app notification in their 'Following' tab when they RSVP.
Enable Custom Thank You Message
Set a custom thank you message to be shown on the confirmation modal and email
Confirmation Message Title
Confirmation Message Description
Confirmation Message Button Title
Confirmation Message Button Link
Meta Title
Customize the title meta tag for SEO. If empty, we'll use the name of the event.
Meta Description
Customize the description meta tag for SEO.
Opengraph Title
Customize the Open Graph title. If empty, we'll use the event name.
Opengraph Description
Customize the Open Graph description.
Opengraph Image
Add link of opengraph image
Hide Meta Info
Hide author name and information.
Disable likes
Prevent members from liking each other's comments.
Disable comments
Prevent members from posting comments.
Hide Attendees
If enabled, members will not able to see the attendee list.
Hide from featured areas
Hide event from the homepage and weekly digest.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Community IdRequired
EmailRequired
ActionThis is an event a Zap performs.SearchFind existing data in your appMember EmailRequired
SpaceRequired
CommunityRequired
ActionThis is an event a Zap performs.SearchFind existing data in your appFormRequired
EmailRequired
If a subscriber with this email doesn't exist, one will be created.
First Name
Optin to Sequence
If this form has a sequence attached to it, would you like the subscriber to be opted into the sequence?
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.SequenceRequired
EmailRequired
If a subscriber with this email doesn't exist, one will be created.
First Name
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Subscriber EmailRequired
TagRequired
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Email AddressRequired
ActionThis is an event a Zap performs.SearchFind existing data in your appCatch Raw Hook
Wait for a new POST, PUT, or GET to a Zapier URL. Gives the request body unparsed (max 2 MB) and also includes headers.
Try ItTriggerThis is the start of your ZapInstantThis event starts a Zap instantly.MethodRequired
The HTTP method we'll use to perform the request.
URLRequired
Any URL with a querystring will be re-encoded properly.
Data Pass-Through?
If yes, request
data
below will be overridden with the raw data from the previous step (you are still responsible for headers though, likeContent-Type
). Defaults to no.Data
Place raw data for the request here. Could be JSON, XML, etc. Nothing is parsed for you here (including extra line breaks or spaces -- everything is sent verbatim). You probably need to define a header below corresponding to your data
Content-Type
. Reminder: data provided in this field is completely ignored if you chose "yes" to pass-through.Unflatten
By default we convert fields with double underscores into nested dictionaries. Select no here to turn this behavior off.
Basic Auth
A pipe (
|
) separated username, password combo for standard HTTP authentication.Headers
Key, value pairs to be added as headers in all requests.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.URLRequired
Any URL with a querystring will be re-encoded properly.
Payload Type
Pay special attention to the proper mapping of the data below.
Data
These are key-value pairs that will form the data portion of the request. If you leave these empty, all fields from the previous step will be used. If you want to send your own raw JSON or form-encoded values here, please use the Custom Request action instead.
Wrap Request In Array
Wraps the request in an array if that is something the service requires.
File
A file object to be attached to the request. The request will automatically be converted to
multipart/form-data
, with the above payload type defining the sub content-type for the data being passed.Unflatten
By default we convert fields with double underscores into nested dictionaries. Select no here to turn this behavior off.
Basic Auth
A pipe (
|
) separated username, password combo for standard HTTP authentication.Headers
Key, value pairs to be added as headers in all requests.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.
Top companies trust Zapier to automate work and free up time
Connect your apps and automate workflows
Easy automation for busy people. Zapier moves info between your web apps automatically, so you can focus on your most important work.
How Circle + ConvertKit + Webhooks by Zapier Integrations Work
- Step 1: Authenticate Circle, ConvertKit, and Webhooks by Zapier.30 seconds
- Step 2: Pick one of the apps as a trigger, which will kick off your automation.15 seconds
- Step 3: Choose a resulting action from the other app.15 seconds
- Step 4: Select the data you want to send from one app to the other.2 minutes
- That’s it! More time to work on other things.
Related categories
Related categories
Related categories
Get started for free
You can't add more hours to the day. Zapier is the next best thing.
Other Circle + ConvertKit Integrations
Other Circle + Webhooks by Zapier Integrations
Other ConvertKit + Webhooks by Zapier Integrations
- code
- slack
- paypal
- clickfunnels
- thinkific
- leadconnector
- google-forms
- facebook-lead-ads
- sms
- hubspot
- pipedrive
- unbounce
- tapfiliate
- sweetassist
- stripe
- sendinblue
- rocketchat
- plug-pay
- patreon
- notion
- mailchimp
- livestorm
- keap-max-classic
- keap
- gotowebinar
- email-parser
- convertflow
- clearbit
- call-loop
- basecamp3
- agile-crm
- activecampaign
- thrivecart
- soundwise
- selz
- manifestly
- learndash
- memberpress
- insightly
- excel