curl --request POST \
--url https://prod-contactswing-fastapi-962560522883.us-central1.run.app/v2/_actions \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"action_timing": "<string>",
"type": "<string>",
"webhook": {
"mandatory": true
},
"email": {
"to": {
"value": [
"<string>"
]
},
"from": "<string>",
"from_type": "<string>",
"user_id": "<string>",
"cc": "<string>",
"bcc": "<string>",
"subject": {
"value": "<string>"
},
"body": {
"value": "<string>"
},
"attachment": {},
"send_static_contect": true,
"response_message_context": "<string>"
}
}
'