You can include more messages in a passControl by using thefirst_message_id
in the metadata object of your API call.
When you make a passControl call, there's an optional key calledmetadata
that you can use to pass data to the receiving system. This includes setting ticket, user, or organization fields, and defining which message is the first one included in the ticket. By specifying thefirst_message_id
, you can control how many messages are included when the conversation is passed from your bot to Zendesk. For more details, check out theSwitchboard integration for Zendesk.
The metadata field in a passControl API call allows you to pass additional data to the receiving system. This field is optional but highly useful as it lets you set ticket, user, or organization fields. More importantly, it allows you to define…
Yes, you can include fewer messages in a passControl by adjusting thefirst_message_id
in the metadata object. Thefirst_message_id
allows you to specify which message should be the first one included in the ticket. By setting this ID, you can…