Create Phone Switch Request Payload

You can create an phone switch

phone
required
string

Phone number in E.164 format, that will receive the SMS to continue the conversation in the Messenger.

object (Custom Attributes)

An object containing the different custom attributes associated to the conversation as key-value pairs. For relationship attributes the value will be a list of custom object instance models.

{ "phone": "+1 1234567890", "custom_attributes": { "property1": "string", "property2": "string" } }