Use your Catalog data to create distributions on Track CXM.
Tip: The table can be found more easily by typing its name.
Regular distributions
Field | Required | Type | Notes | |
---|---|---|---|---|
survey_uuid | Yes | UUID string | ||
distribution_channel | Yes | String | Allowed values: email , smslink , whatsapp | |
reminder_channel | No | String | Allowed values: email , smslink , whatsapp | |
distribution_name | No | String | ||
schedule_at | No | Integer | Unix timestamp | |
validity_at | No | Integer | Unix timestamp | |
reminder_at | No | Integer | Unix timestamp | |
is_anonymous | No | Boolean | False by default | |
template_invite_hash | No | String | Hash of template type invite. | |
template_reminder_hash | No | String | Hash of template type reminder. | |
template_expired_hash | No | String | Hash of template type expired. | |
template_thanks_hash | No | String | Hash of template type thanks. | |
import_lines | Yes | Array of objects | Each objects should contain interaction data, such as name , email , phone and others. | |
whatsapp_template | Conditional | Object | Required for WhatsApp distribution. | |
whatsapp_template.name | Yes | String | , | |
whatsapp_template.language | Yes | String | Example: en_US | |
whatsapp_template.variables | Yes | Array of strings | ||
whatsapp_template.id_provider | Yes | String | Template ID, ask Track support team. | |
whatsapp_integration_uuid | No | UUID string |
LinkList distributions
Field | Required | Type | Notes |
---|---|---|---|
survey_uuid | Yes | UUID string | |
distribution_name | No | String | |
validity_at | No | Integer | Unix timestamp |
async | No | Boolean | |
shortened_link | Yes | Boolean | |
callback_url | Conditional | URL string | Required if async is true. |
template_survey_expired_hash | No | String | Hash of template type expired. |
template_survey_thanks_hash | No | String | Hash of template type thanks. |
import_lines | Yes | Array of objects | Each objects should contain interaction data, such as name , email , phone and others. |
If you encounter any issues, reach out to us via Slack, and we’ll gladly assist you!