Connect your Server-side data to Converge
Create a new Webhook Source in Converge
{Storename} Store Backend
Send a dummy event
X-Webhook-Token
.Code example
Verify that your event arrived in Converge
properties
, profile_properties
, and aliases
as possible Parameter | Type | Description | |
---|---|---|---|
event_name | string | Required | The name of the event |
event_id | string | Required | The ID of the event, used for deduplication |
properties | object | Required | The event properties you want to pass, covering the Converge Spec and possibly your own custom properties. |
profile_properties | object | Required | The profile properties |
aliases | array[string] | Required | Any aliases. Must contain at least one alias, with a maximum of 10 aliases allowed. |
timestamp | datetime | Optional | The date and time when the event occurred. If not provided, the current time will be used. The timestamp can be expressed as a string in ISO 8601 format (e.g. "2024-09-02T12:34:56+00:00" ) or a UTC timestamp (e.g. 1725312229 ). The string representation must specify a timezone. |
Name | Property Value | Description |
---|---|---|
Web | web | Events occurring via browser-based interactions and actions |
Subscriptions | subscription_contract | Automated events related to subscription renewals or contracts. |
SMS | sms | Events or interactions triggered via SMS/Text communication. |
Mobile App | mobile_app | User interactions occurring within mobile applications. |
POS | pos | Point of Sale transactions taking place in physical stores. |
Marketplace | marketplace | Sales and interactions through third-party marketplaces like Amazon. |
Offline | offline | Offline events such as amended orders, manual orders, or calls. |
Facebook Shop | facebook_shop | Purchases and interactions through the Facebook Shop channel. |
Pinterest Shop | pinterest_shop | Sales and activity through the Pinterest Shop channel. |
TikTok Shop | tiktok_shop | Orders and interactions made via the TikTok Shop channel. |