Socialtility - Effective Social Media Management Application

Integrations

Setting Up the Webhooks Integration

Webhooks allow you to integrate Socialtility with external applications by sending real-time data when specific actions occur. You can use this guide to set up Webhooks for direct integration or for use with Make.com.


Steps to Set Up Webhooks Integration

  1. Enter the Callback URL

    • In the Webhook URL field, provide the callback URL where Socialtility should send the data.
  2. Set a Security Token

    • Configure a security token that will be included with each webhook request.
    • Enter the expected value of the token that should be passed for verification.
  3. Map Fields

    • Click Map Fields to define the parameters that Socialtility should send to the webhook URL.
    • For each parameter, choose the corresponding field that contains the data.
  4. Test Your Webhook

    • Launch a test campaign.
    • In the Settings step, select Webhook as the integration option.
    • Submit a test entry to the campaign, which will send data to the callback URL.
  5. Verify the Data Format

    • When the campaign form is submitted, the data is sent as a POST request to the webhook URL.
    • The data is structured as an array within a POST variable named "webhook_fields_array".
    • Below is an example of the expected format:
    (
        [email] => example_email@example.com
        [prefix] => Mr.
        [firstname] => John
        [lastname] => Peter
        [address] => CA, USA
        [address2] => 
        [city] => CA
        [security_token] => success
    )
    

Need More Help?

If you're experiencing issues, have questions or need assistance feel free to reach out to our Support Team or consult our FAQs.

Previous
Integrating a Facebook Pixel or Other Pixels