Go to app.topline.com
1. Click "Marketing"
Click on the "Marketing" tab.
2. Click "Workflows"
Navigate to the "Workflows" section.
3. Click "Create Workflow"
Click on the "Create Workflow" button.
4. Select "Start from Scratch"
Click on the "Continue" button.
5. Click on the "+" icon
Click here to add your first action.
6. Click "Custom Webhook"
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.
7. Select a Method
You are free to choose any HTTP method that suits your needs, such as POST, GET, DELETE, or PUT.
8. Fill URL
You have the ability to send data requests to any URL of your choice without the need for coding or server operation.
9. 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.
10. 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.