Webflow + Salesforce + Webhooks by Zapier Integrations
Zapier lets you send info between Webflow and Salesforce and Webhooks by Zapier automatically—no code required. With 5,000+ supported apps, the possibilities are endless.
- Free forever for core features
- 14 day trial for premium features & apps
Do even more with Webflow + Salesforce + 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 Webflow, Salesforce, and Webhooks by Zapier. And don’t forget that you can add more apps and actions to create complex workflows.
Site NameRequired
Select the site that you would like to receive notifications from.
Form NameRequired
Forms will only show here if they have been published and have received at least 1 submission.
Try ItTriggerThis is the start of your ZapInstantThis event starts a Zap instantly.SiteRequired
Select the site that you would like to receive notifications from.
Try ItTriggerThis is the start of your ZapInstantThis event starts a Zap instantly.Site
CollectionRequired
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.SiteRequired
OrderRequired
The order identifier.
Reason
The reason why this order needs refunding.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Site
CollectionRequired
ItemRequired
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.SiteRequired
OrderRequired
The order identifier.
Comment
Shipping Provider
Shipping Tracking
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.New Outbound Message
Triggers when a new outbound message is received in Salesforce.
Try ItTriggerThis is the start of your ZapInstantThis event starts a Zap instantly.Disclaimer
This trigger works on Salesforce objects with less than 104,000 records. If the "Field Updated to" is specified, the limit applies to only the records with the value specified. Check how many records you have in your account by following the steps under Viewing Storage Usage. You can also setup a Zap with the New Outbound Message trigger to workaround this limit.
Salesforce ObjectRequired
Pick which type of object you want to watch for changes on.
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planCampaignRequired
Select which campaign to add contact. If using the Search for this field, click "Refresh Fields" below to make sure all fields are available to you.
ContactRequired
If using the Search for this field, click "Refresh Fields" below to make sure all fields are available to you.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.CampaignRequired
Select which campaign to add lead. If using the Search for this field, click "Refresh Fields" below to make sure all fields are available to you.
LeadRequired
If using the Search for this field, click "Refresh Fields" below to make sure all fields are available to you.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Create Contact
Creates a new contact in Salesforce.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Create Lead
Creates a new lead in Salesforce.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Salesforce ObjectRequired
Pick which type of object you want to create (Note: we do our best to support all objects, but due to their complex nature, some may not work flawlessly)
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Lead to UpdateRequired
Search for or select the lead you'd like to update. Use Custom Value to select a lead from a previous step. If using the Search, click "Refresh Fields" below to update the available input fields.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Salesforce ObjectRequired
Pick which type of object you want to update (Note: we do our best to support all objects, but due to their complex nature, some may not work flawlessly)
Record to UpdateRequired
Search for or select the record you'd like to update. Use Custom Value to select a record from a previous step. If using the Search, click "Refresh Fields" below to update the available input fields.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Salesforce ObjectRequired
Pick which type of object you want to search for.
Search ValueRequired
ActionThis is an event a Zap performs.SearchFind existing data in your appSalesforce ObjectRequired
Pick which type of object you want to search for.
WHERE ClauseRequired
Enter a SOQL WHERE clause. See our help docs for Tips and Examples.
ActionThis is an event a Zap performs.SearchFind existing data in your appURLRequired
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.
SiteRequired
Select the site that you would like to receive notifications from.
Try ItTriggerThis is the start of your ZapInstantThis event starts a Zap instantly.Site
CollectionRequired
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.SiteRequired
OrderRequired
The order identifier.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.SiteRequired
OrderRequired
The order identifier.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Site
CollectionRequired
ItemRequired
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 Webflow are located here https://developers.webflow.com/
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.Salesforce ObjectsRequired
Pick which type of object you want to watch for new items of (Note: we do our best to support all objects, but due to their complex nature, some may not work flawlessly).
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planSalesforce ObjectRequired
Pick which type of object you want to watch for updated records of (Note: we do our best to support all objects, but due to their complex nature, some may not work flawlessly).
Try ItTriggerThis is the start of your ZapScheduledZapier checks for new data every 15 min on the Free planSalesforce ObjectRequired
Pick which type of object you want to update (Note: we do our best to support all objects, but due to their complex nature, some may not work flawlessly)
Record to LinkRequired
FileRequired
The Content Document ID of a file that has been uploaded to a library in Salesforce CRM Content or Salesforce Files
VisibilityRequired
Specifies whether this file is available to all users, internal users, or shared users.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.FileRequired
Salesforce ObjectRequired
Pick the type of object you want to attach the file to (Note: we do our best to support all objects, but due to their complex nature, some may not work flawlessly).
Description
Is Private
Defaults to false if left blank.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.FileRequired
Title
Description
Salesforce Object
Pick the type of object if you want to attach the file to (Note: we do our best to support all objects, but due to their complex nature, some may not work flawlessly).
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Salesforce ObjectRequired
Pick which type of object you want to create (Note: we do our best to support all objects, but due to their complex nature, some may not work flawlessly)
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Record to UpdateRequired
Search for or select the record you'd like to update. Use Custom Value to select a record from a previous step. If using the Search, click "Refresh Fields" below to update the available input fields.
ActionThis is an event a Zap performs.WriteCreate a new record or update an existing record in your app.Salesforce ObjectRequired
Pick which type of object you want to update (Note: we do our best to support all objects, but due to their complex nature, some may not work flawlessly)
Record to UpdateRequired
Search for or select the record you'd like to update. Use Custom Value to select a record from a previous step. If using the Search, click "Refresh Fields" below to update the available input fields.
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 Salesforce are located here https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_list.htm
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.Salesforce ObjectRequired
Pick which type of object you want to search for. You can only search for multiple records which are all the same object type.
Search Results
Select the format of search results to be returned. If multiple search values are provided, the choice will be applied to each search value.
ActionThis is an event a Zap performs.SearchFind existing data in your appSalesforce ObjectRequired
Pick which type of object you want to create (Note: we do our best to support all objects, but due to their complex nature, some may not work flawlessly)
Search ValueRequired
ActionThis is an event a Zap performs.Search or writeFind existing data in your app, or create a new record if no data is foundCatch 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 to connect Webflow + Salesforce + Webhooks by Zapier
- Step 1: Authenticate Webflow, Salesforce, 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 Webflow + Salesforce Integrations
Other Webflow + Webhooks by Zapier Integrations
- gmail
- greenhouse
- mailchimp
- klaviyo
- hubspot
- coda
- storage
- shopify
- notion
- excel
- zoho-recruit
- zoho-crm
- zendesk
- zapier-chrome-extension
- typeform
- shippo
- sendinblue
- postgresql
- pardot
- paperform
- on2air
- mysql
- monday
- mautic
- marketo
- livestorm
- jotform
- inforumobile
- google-assistant
- front-app
- firebase
- facebook-conversions
- discord
- bexio
- base
- aweber
- autopilot
- asana
- activecampaign
Other Salesforce + Webhooks by Zapier Integrations
- mailchimp
- airtable
- schedule
- activecampaign
- facebook-lead-ads
- zendesk
- xero
- looping
- hubspot
- typeform
- microsoft-outlook
- intercom
- gravity-forms
- excel
- zoom
- twilio
- sms
- quickbooks
- podio
- pardot
- marketo
- google-drive
- asana
- zoho-crm
- zapier-chrome-extension
- trello
- stripe
- storage
- shopify
- pipedrive
- pandadoc
- office-365
- campaign-monitor
- box
- acuity-scheduling
- talentlms
- shipstation
- monday
- cognito-forms
- wordpress
- url-shortener
- unbounce
- sendinblue
- sendgrid
- postgresql
- pdfmonkey
- mysql
- microsoft-teams
- linkedin-lead-gen-forms
- leadconnector
- kixie
- keap-max-classic
- jira-software
- google-forms
- google-analytics
- freshdesk
- email-parser
- drip
- customerio
- callrail
- braintree
- aweber
- mandrill
- google-calendar
- chargebee
- rd-station
- zapier
- wrike
- wpforms
- woocommerce
- veeva-vault
- toggl
- todoist
- things
- textedly
- surveymonkey
- sugarcrm7
- sub-zap-by-zapier
- sql-server
- smtp
- signrequest
- sendy
- samepage
- salesforce-essentials
- safetyculture
- ringcentral
- reachmail
- quotepad
- quickbase
- priority
- practice-ignition
- pivotal-tracker
- pdffiller
- paypal
- originstamp
- onedrive
- notion
- nocrm-io
- nationbuilder
- moosend
- mixpanel
- miro
- mautic
- mattermost
- market-hero
- mailparser
- mailjet
- mailgun
- mailerlite
- listings-to-leads
- liondesk-crm
- leadfox
- landbot
- kustomer
- knack
- klaviyo
- kissflow-digital-workplace
- kintone
- keap
- jotform
- jira-service-desk
- iterable
- influitive
- hubshout
- highlevel
- google-lead-form-extension
- google-docs
- google-chat
- glip
- github
- getresponse
- front-app
- formstack
- formidable
- flock
- filevine
- facebook-pages
- facebook-offline-conversions
- facebook-messenger
- facebook-conversions
- eventbrite
- e-goi
- docusign
- docparser
- constant-contact
- cloudconvert
- closeio
- clickup
- cleverreach
- chime
- chatter
- chatbot
- chargeover
- canopy
- calendly
- bullhorn-crm
- boomtown
- bloobirds
- bitly
- bamboohr
- autopilot
- amocrm
- americommerce
- amazon-ses
- amazon-s3
- amazon-honeycode
- alegra
- agentology
- adestra
- leadowl