Webhooks are helpful for communicating with third-party websites and other external API that support them. In the Eventin webhook, you can sent event notification to the third-party websites URL and can pass the event and spekaer’s information when it will be created,updated or deleted etc.
Note: For the webhook feature, you have to activate the Eventin free and pro plugins both.
Add New Webhook #
First of all, you have to activate the Eventin free and pro plugins. Now go the Dashboard -> Settings -> Advanced tab -> Webhooks and Click on Add New button.

After clicking the “Add New” button, a form will be opened. You have to fill up the form fields according to your webhook information and save changes.

Please see the description of all the webhook fields.
- Name: Insert a webhook title on the Name fileds when you create a new webhook for your event.
- Status: There are 3 status for the webhook: Active, Pending and Disable. 1) If you want to deilver payload, you need to select the active status. 2) If you don’t delivery now, you can select the pending status and 3) You can select disable status if you don’t want to deliver payload.
- Topic: According to the topic, the webhook trigger. Select the topic from the Topic fileds when you want to triggar the webhook.
- Delivery URL: Insert a API endpoint that accept the post request Insert the URL of where your webhook deliverd the payload.
- Secret: Insert your webhook secret key here.
- Description: The description field is used to enter a description that explains what the webhook is used for.
The notification with data will now be sent to the delivery URL that you added to your webhook delivery URL in accordance with the topic action that you chose.