Skip to main content

Post to Webhook Automation Action

Everything you will need to know to add webhooks to your automation sequences

Jeff Spark avatar
Written by Jeff Spark
Updated over 3 years ago

Post to Webhook Automation Action

What does "Post to a Webhook" mean?

This is useful when you need to send data to another server's web hook.

As a part of your Automation sequence we can POST data to another website.

Merge Fields

You can use the following Uplevel merge fields:

{FIRST-NAME}

{LAST-NAME}

{FIRSTNAME}

{LASTNAME}

{EMAIL-ADDRESS}

{EMAILADDRESS}

{LOCATION-ID}

{LOCATIONID}

{CONTACT-ID}

{CONTACTID}

{ADDRESS-1}

{ADDRESS-2}

{ADDRESS1}

{ADDRESS2}

{CITY}

{STATE}

{POSTAL-CODE}

{POSTALCODE}

{MOBILE-PHONE}

{MOBILEPHONE}

{HOME-PHONE}

{HOMEPHONE}

{WORK-PHONE}

{WORKPHONE}

{PASSWORD}

{COMPANYNAME}

{COMPANY-NAME}

{TITLE}

NOTE: You will notice there are merge fields have duplicates, you will be able to use either merge field and they will yield the same results.

You have the choice of two HTML VERBS: GET and POST.

How to use GET:

In the URL, have all your variables as a part of the URL.

How to use POST:

The URL can have query strings if the server is expecting them. In order to POST field values, you must add them to the POST Variables field in setup.

Example:

NOTE: This is an advanced feature that should be completed by your developer. The Spark team will be happy to assist you.

Did this answer your question?