Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
| Field | Type | Description |
|---|---|---|
idWebhook | int32 | Unique identifier of the webhook. |
idW12 | int32 | Identifier of the W12 account associated with the webhook. |
idBranch | int32 | Identifier of the branch linked to the webhook. |
eventType | string | Event type that triggers the webhook, for example: CreateMembership. |
idWebhookType | int32 | Identifier of the webhook type registered in the system. |
urlCallback | string | Destination URL that will receive the webhook notifications. |
createdAt | string (date-time) | Date and time when the webhook was created. |
isRemoved | boolean | Indicates whether the webhook was logically deleted. |
removalDate | string (date-time) | Date and time when the webhook was deleted, when applicable. |
headers | array | List of custom headers sent in the webhook request. |
filters | array | List of filters applied to the webhook trigger. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v2/webhook' \
--header 'Authorization: Basic <encoded-value>'"string"