WebhookNewContactPayload
Properties
Name | Type | Description | Notes |
message_id | String | Idempotent message ID. Store this ID locally or in a database to prevent message duplication. | |
webhook_id | String | ID of webhook entity being triggered | |
webhook_name | Option<String> | Name of the webhook being triggered | [optional] |
event_name | String | Name of the event type webhook is being triggered for. | |
contact_id | String | Contact ID | |
group_id | Option<String> | Contact group ID | [optional] |
first_name | Option<String> | Contact first name | [optional] |
last_name | Option<String> | Contact last name | [optional] |
company | Option<String> | Contact company name | [optional] |
primary_email_address | Option<String> | Primary email address for contact | [optional] |
email_addresses | Vec | Email addresses for contact | |
tags | Vec | Tags for contact | |
meta_data | Option<serde_json::Value> | | [optional] |
opt_out | bool | Has contact opted out of emails | |
created_at | String | Date time of event creation | |
[Back to Model list] [Back to API list] [Back to ]