Using Webhooks in Journey by Forj
Webhooks can be used to receive notifications, such as users being created and updated. Notifications are grouped into topics that can be subscribed to. The webhook API currently supports users and group members.
Multiple webhooks can be created that can listen for the notifications. When you add multiple webhooks you need to use api_application_key param for every request to show which key you are using for the webhooks.
Journey by Forj allows users to create and update multiple items at once (e.g., upload an excel of users, upload users' email list).
As a result of that, we created the bulk notification object. This object allows us to update you about all the items that have been created/changed through notification objects, for more information please review: bulk notification object and notification object topics.
Adding a New Webhook
Navigate to "Community Settings" -> "Integrations", and click on "Create new API key." A new key will be generated. This step can only be completed by the Account Owner.
Make sure to store safely API Application key and Secret key. In case you lose them you need to generate a new API key and destroy the old one.
A webhook subscription may be configured in "Community Settings" -> "integrations" . Clicking "Webhooks Options" will show a form for editing the subscription.
Make sure to select the notifications checkboxes to subscribe to specific events
For more information about Webhooks, please check out our documentation here
Comments
0 comments
Please sign in to leave a comment.