Webhooks
How to bring user data to Palabra with webhooks
Webhooks are a great way of notifying Palabra of a user action. We recommend that you use webhooks on the following use cases:
A user submitted a form on your landing page.
An action happened on your backend that affects a user.
A user completed an action on a platform you don't have control over, but where you do have the ability to add a webhook URL with the user's email address.
We don't recommend using webhooks for the following:
When you need to send multiple user actions from a backend or frontend app. (We recommend you use our API instead for these use cases).
Continue by creating a webhook.
Last updated