What would you like to know more about?

Creating a Webhook

Here's what you need to know to create a simple Webhook.

In this example, the Webhook will be triggered when an Email Address or Mobile Phone are updated on a Contact record. Here's how the Webhook fields might be populated:

  • Display Name: Alert for Basic Contact Info
  • Description: Notify when a Contact's Email Address or Mobile Phone is added, updated, or removed.
  • Http Method: POST
  • Uri Template: http://api.sample.com/endpoint/
  • Body Template: {"id": [dp_RecordID], "userid": [dp_UserID], "changetype": "[dp_AuditType]", "tablename": "Contacts"}
  • Trigger Fields: Email_Address, Mobile_Phone
  • Trigger On Create: True
  • Trigger On Update: True
  • Trigger On Delete: True
  • Max Retries: 3
  • Active: True
  • Table: Contacts