Contact specific event definitions.

NameDescription
com.voxie.contact.createdA new contact has been created.
com.voxie.contact.updatedAn existing contact has been updated.
com.voxie.contact.deletedAn existing contact has been deleted.
com.voxie.contact.subscription_opt_inAn existing contact has opted into a subscription type.
com.voxie.contact.subscription_opt_outAn existing contact has opted out of a subscription type.
com.voxie.contact.unsubscribed[DEPRECATED] An existing contact has been unsubscribed.
com.voxie.contact.tag_addedAn existing contact has been tagged.
com.voxie.contact.tag_removedAn existing contact has been untagged.
com.voxie.contact.custom_attribute_addedA custom attribute was added to an existing contact.
com.voxie.contact.custom_attribute_updatedA custom attribute was updated for an existing contact.
com.voxie.contact.custom_attribute_removedA custom attribute was removed from an existing contact.

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.unsubscribed [DEPRECATED]

{
  "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/unsubscribed.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.