curl --location --request PUT 'https://rest.clicksend.com/v3/automations/fax/inbound/14' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "EMAIL_FIXED",
"action_address": "email@domain.com",
"dedicated_number": "+61298441484",
"enabled": 1,
"rule_name": "Rule Name"
}'
{
"data": {
"action": "EMAIL_FIXED",
"action_address": "email@domain.com",
"dedicated_number": "+61298441484",
"enabled": 1,
"inbound_rule_id": 14,
"rule_name": "Rule Name",
"user_id": 1
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Your inbound fax."
}