The file attached to a parttypestringThe type of attachment Example: "upload"namestringThe name of the attachment Example: "example.png"urlstringThe URL of the attachment Example: "https://picsum.photos/200/300"content_typestringThe content type of the attachment Example: "image/png"filesizeintegerThe size of the attachment Example: 100widthintegerThe width of the attachment Example: 100heightintegerThe height of the attachment Example: 100{ "type": "upload", "name": "example.png", "url": "https://picsum.photos/200/300", "content_type": "image/png", "filesize": 100, "width": 100, "height": 100 }
Phone Switch Responsetypestring Default "phone_call_redirect" Value"phone_call_redirect" Example: "phone_call_redirect"phonestringPhone number in E.164 format, that has received the SMS to continue the conversation in the Messenger. Example: "+1 1234567890"{ "type": "phone_call_redirect", "phone": "+1 1234567890" }
Phone number in E.164 format, that has received the SMS to continue the conversation in the Messenger.
One of:Redact Conversation Part RequestRedact Conversation Source RequestPayload of the request to redact a conversation parttypestringrequiredThe type of resource being redacted. Value"conversation_part" Example: "conversation_part"conversation_idstringrequiredThe id of the conversation. Example: "19894788788"conversation_part_idstringrequiredThe id of the conversation_part. Example: "19381789428"Redact Conversation Part RequestRedact Conversation Source RequestRedact Conversation Part Request{ "type": "conversation_part", "conversation_id": "19894788788", "conversation_part_id": "19381789428" }