Topic Publication
Webhook Topic Naming and Structure
Newline will send webhook events grouped by topics, with each topic name structured to describe the type of event and the environment in which it occurs. The naming scheme follows this format:
\<webhook_topic_prefix>.<environment>.<topic>
- For example, webhook events related to transactions in the sandbox environment for client ABC Enterprises would be sent under the topic name:
abc-enterprise.sandbox.transaction
Newline will collaborate with clients to define and verify the appropriate topics and the structure of the webhook event payloads. Once finalized, Newline will share the established topic names with the client so they can register for the relevant webhook events.
Updated 24 days ago