Authorization: ********************
{
"ticket_action": {
"email_context": {
"contact_name": "string",
"to_email": "string",
"from_email": "string"
}
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/createticketaction' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket_action": {
"email_context": {
"contact_name": "string",
"to_email": "string",
"from_email": "string"
}
}
}'
{
"ticket_action": {
"email_context": {
"contact_name": "string",
"to_email": "string",
"from_email": "string"
}
}
}