Create a new rule
POST
/automations/fax/inbound
Automation Rules
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://rest.clicksend.com/v3/automations/fax/inbound' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "EMAIL_FIXED",
"action_address": "email@domain.com",
"dedicated_number": "+61298441484",
"enabled": 1,
"rule_name": "Rule Name"
}'
Response Response Example
{
"data": {
"action": "EMAIL_FIXED",
"action_address": "email@domain.com",
"dedicated_number": "+61298441484",
"enabled": 1,
"inbound_rule_id": 24,
"rule_name": "My Rule",
"user_id": 1
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "New rule has been added."
}
Request
Body Params application/json