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…
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…