The list of all webhook topics you can subscribe to. You can use webhook subscriptions to receive notifications about specific events in TrueToForm from your account.

Each push notification we send to your webhook endpoint will contain the following header with your webhook_secret key. Contact [email protected] in order to request your webhook_secret. Use this to verify that the messages you are receiving are coming from TrueToForm, otherwise you may be receiving bogus data pushed to your endpoint from anybody.

X-Hook-Secret: <webhook_secret>

Your endpoint should respond back with a successful 2XX status code on each message received from TrueToForm. Any other response code will be considered a webhook error.

List of Topics

Widget event notifications

These events are associated with a session of user interaction with the TrueToForm widget.