​ Custom Webhook - LC Premium Action

Modified on Tue, 28 Jan at 10:43 AM


A custom webhook is a type of web service that allows you to send real-time updates or notifications from CRM to third-party service. With a custom webhook, you can define the format of the data you want to send.


Fill Url:

You have the ability to send data requests to any URL of your choice without the need for coding or server operation.


Select a Method

You are free to choose any HTTP method that suits your needs, such as POST, GET, DELETE, or PUT.

Select Authorization Method

We support various types of authorization methods, giving you the flexibility to choose the one that suits your needs when accessing the webhook.

Headers & Query Parameters:

In addition to sending a request body, our system also allows you to include headers and query parameters when sending requests to a webhook.

Headers can be used to provide additional information about the request, such as authentication credentials, content type, and cache control.

Query parameters, on the other hand, can be used to pass parameters to the webhook endpoint, allowing you to filter or modify the response data that you receive.

Configure the data to be sent in the Custom Webhook:

Custom Webhook premium feature allows you to map custom values in any structure that suits your requirements. We have a user-friendly textbox that provides autocomplete suggestions for all custom values, including inbound webhook variables.

This feature simplifies the mapping process and saves time by suggesting potential values that match your input. Additionally, it helps ensure accuracy and consistency in your data mapping.

Save Response from Custom Webhook

Save the response from custom webhook and use it in custom variables

Step 1

Enable "Save response from this Webhook"

Step 2

Select a contact and send test request

Note: The test request response should have valid success status(200) to proceed further and save the action.

By completing the above steps, you can now use the headers, status and response that you have received from Custom Webhook as custom values in email, sms, if/else, etc.


Important points to be considered:

  • A successful execution of the Custom Webhook Action depends on the successful response of the referenced API. Therefore, if errors are sent back, those will reflect on the Contact's Workflow execution and cause the action to be Failed (and then skipped) or Retry with exponential backoffs.

  • In addition to what was stated above in #1, also make sure that the receiving server will be able to handle the amount of Executions that you are targeting for, or else you might end up with errors due to limits being reached of server issues. The Custom Webhook Action will get fired as soon as the Contact reaches the step, so make sure to add Contacts into the Workflow with the receiving server's limits in mind.

  • If you are enabling save response, the test request response should have valid success status(200) to proceed further and save the action.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article