Skip to main content
Act-On Connect Home Help Center home page
Act-On Homepage Community Sign in
  1. Act-On Connect Home
  2. Set Up & Connect
  3. Connectors & Integrations
  4. APIs & Custom Integrations
  5. Webhooks
  6. Outgoing & Incoming Webhooks

Outgoing & Incoming Webhooks

  • Act-On Outgoing & Incoming Webhooks Overview

    Webhooks offer a versatile solution for real-time communication & integration between applications. They provide a way for applications to communicate & share information without the need for constant polling or manual intervention. The process typically starts with an application that wants to carry out notifications (the "sender" or "source") & then setting up a webhook URL in the recipient a...

    Read Article →
  • Outgoing Webhook Event Types

    The following tables list generic outgoing webhook event types that accounts can subscribe to and connect to any third-party platform. You can also find this information in Act-On. Go to Settings > Connectors > Custom Integrations > Outgoing Webhooks > Event Catalog. automated-program.started This webhook is triggered when an Automated Program is started. Field Name Title Data Type Required ...

    Read Article →
  • Outgoing Webhook Management

    Outgoing webhooks allow you to send real-time data from Act-On to external systems like Slack, Teams, or custom internal databases.Important Considerations:Channel Limit: Each webhook is limited to 10 individual channels (e.g., 10 specific Form IDs or Program IDs). If you need more, you must create an additional webhook.Protocol: Act-On exclusively supports POST HTTP calls.Security: If your sys...

    Read Article →
  • Form Submission Webhook

    Set up webhooks to seamlessly integrate Act-On Form submissions with third-party services by following this guide. For more details on Act-On's Webhooks refer to this article. Some use cases supported by this webhook are: Combining all data submissions in one place outside of Act-On or your CRM for reporting or analysis. Passing registrations to the event management platform such as Cvent, Mic...

    Read Article →
  • Audience Center Contacts Webhook

    Import contact data from another platform into Audience Center Contacts with this Webhook. How To Set Up an Incoming Webhook in Act-On for All Contacts Create a New Webhook Go to Settings > Connectors > Custom Integrations > Incoming Webhooks. Click + Create Webhook. Select Custom from Webhook source. Enable Verification. Enter a Verification method. Authentication is added and needs to be inc...

    Read Article →
  • Custom Touch Point Behaviors Channel

    Import behavior data from another platform into Act-On's Custom Touch Point Behaviors with this webhook channel. Behaviors can be used in Segmentation and Lead Scoring.  How To Set Up an Incoming Webhook in Act-On for Custom Touch Point Behaviors Create a New Webhook Go to Settings > Connectors > Custom Integrations > Incoming Webhooks. Click + Create Webhook. Select Custom from Webhook source...

    Read Article →
  • Incoming Webhook Verification

    Act-On Supports the following authentication methods for Incoming Webhooks: Basic: Username & Basic Bearer Token Digital Signature Basic Enter a desired pair of username and password. It does not need to be your Act-On account login but they need to match the parameters included in the Outgoing Webhook header. Make sure you store the credentials somewhere safe. Bearer Token Generate a token f...

    Read Article →
  • Webhook Transformations & Transformation Templates

    Transformations allow the modification of certain webhook properties in flight. This powerful Outgoing Webhook feature enables you to write JavaScript code on any webhook endpoint that can change a webhook's HTTP method, target URL, and body payload. How to Write a Transformation Act-On expects a Transformation to declare a function named handler. It will pass a WebhookObject to this function a...

    Read Article →
Privacy Policy Support Terms Services Agreement