Tag specific event definitions.
Name | Description |
---|---|
com.voxie.tag.created | A new tag has been created. |
com.voxie.tag.deleted | An existing tag has been deleted. |
com.voxie.tag.created
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"tag_name": "online_purchase"
}
Schema: https://registry.voxie.com/schema/v1/tag/created.json.
com.voxie.tag.deleted
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"tag_name": "online_purchase"
}
Schema: https://registry.voxie.com/schema/v1/tag/deleted.json.