Contact specific event definitions.
Name | Description |
---|---|
com.voxie.contact.created | A new contact has been created. |
com.voxie.contact.updated | An existing contact has been updated. |
com.voxie.contact.deleted | An existing contact has been deleted. |
com.voxie.contact.subscription_opt_in | An existing contact has opted into a subscription type. |
com.voxie.contact.subscription_opt_out | An existing contact has opted out of a subscription type. |
com.voxie.contact.tag_added | An existing contact has been tagged. |
com.voxie.contact.tag_removed | An existing contact has been untagged. |
com.voxie.contact.custom_attribute_added | A custom attribute was added to a contact. |
com.voxie.contact.custom_attribute_updated | A custom attribute was updated for a contact. |
com.voxie.contact.custom_attribute_removed | A custom attribute was removed from a contact. |
com.voxie.contact.group_added | A contact was added to a group. |
com.voxie.contact.group_removed | A contact was removed from a group. |
com.voxie.contact.preferred_group_updated | The contact's preferred group was updated. |
com.voxie.contact.created
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"contact_email": "[email protected]",
"contact_first_name": "Example",
"contact_last_name": "Contact"
}
Schema: https://registry.voxie.com/schema/v1/contact/created.json.
com.voxie.contact.updated
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"contact_email": "[email protected]",
"contact_first_name": "Example",
"contact_last_name": "Contact"
}
Schema: https://registry.voxie.com/schema/v1/contact/updated.json.
com.voxie.contact.deleted
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"contact_email": "[email protected]",
"contact_first_name": "Example",
"contact_last_name": "Contact"
}
Schema: https://registry.voxie.com/schema/v1/contact/deleted.json.
com.voxie.contact.subscription_opt_in
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"subscription_type": "marketing",
"subscription_reason": "platform"
}
Schema: https://registry.voxie.com/schema/v1/contact/subscription_opt_in.json.
com.voxie.contact.subscription_opt_out
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"subscription_type": "marketing",
"subscription_reason": "platform"
}
Schema: https://registry.voxie.com/schema/v1/contact/subscription_opt_out.json.
com.voxie.contact.tag_added
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"contact_email": "[email protected]",
"contact_first_name": "Example",
"contact_last_name": "Contact",
"tag_name": "online_purchase
}
Schema: https://registry.voxie.com/schema/v1/contact/tag_added.json.
com.voxie.contact.tag_removed
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"contact_email": "[email protected]",
"contact_first_name": "Example",
"contact_last_name": "Contact",
"tag_name": "online_purchase
}
Schema: https://registry.voxie.com/schema/v1/contact/tag_removed.json.
com.voxie.contact.custom_attribute_added
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"contact_email": "[email protected]",
"contact_first_name": "Example",
"contact_last_name": "Contact",
"custom_attribute_key": "favorite_style",
"custom_attribute_value": "casual"
}
Schema: https://registry.voxie.com/schema/v1/contact/custom_attribute_added.json.
com.voxie.contact.custom_attribute_updated
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"contact_email": "[email protected]",
"contact_first_name": "Example",
"contact_last_name": "Contact",
"custom_attribute_key": "favorite_style",
"custom_attribute_value": "casual"
}
Schema: https://registry.voxie.com/schema/v1/contact/custom_attribute_updated.json.
com.voxie.contact.custom_attribute_removed
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"contact_email": "[email protected]",
"contact_first_name": "Example",
"contact_last_name": "Contact",
"custom_attribute_key": "favorite_style",
"custom_attribute_value": "casual"
}
Schema: https://registry.voxie.com/schema/v1/contact/custom_attribute_removed.json.
com.voxie.contact.group_added
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"contact_email": "[email protected]",
"contact_first_name": "Example",
"contact_last_name": "Contact",
"group_id": "acme"
}
Schema: https://registry.voxie.com/schema/v1/contact/group_added.json.
com.voxie.contact.group_removed
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"contact_email": "[email protected]",
"contact_first_name": "Example",
"contact_last_name": "Contact",
"group_id": "acme"
}
Schema: https://registry.voxie.com/schema/v1/contact/group_removed.json.
com.voxie.contact.preferred_group_updated
{
"at": "2021-06-24T15:21:35Z",
"team_id": 1,
"contact_id": 288331,
"contact_phone_number": "+17092080726",
"contact_email": "[email protected]",
"contact_first_name": "Example",
"contact_last_name": "Contact",
"group_id": "acme"
}
Schema: https://registry.voxie.com/schema/v1/contact/preferred_group_updated.json.