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.

All notifications we send are delivered as PUSH requests with the header:

Content-Type: application/json

Additionally, each notification includes a custom header containing your webhook_secret key for security purposes. 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.