Webhooks are user-configured HTTP callbacks that fire when an event occurs.
Configure them in Textline at Settings → Tools & Integrations → Developer API → New Webhook.
More documentation: support article.
Signature validation
Each webhook request includes:
X-TGP-EVENT-SIGNATURE— SHA256 signatureX-TGP-EVENT-TYPE— webhook typeX-TGP-EVENT-TIME— event time (unix seconds)
The signature is SHA256(webhook_type + event_time + webhook_secret) (concatenated, in that order). The webhook secret is on the API settings page.