Update a rule
PUT
/automations/fax/inbound/{inbound_rule_id}
Automation Rules
Request Request Example
Shell
JavaScript
Java
Swift
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"
}'
Response Response Example
{
"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."
}
Request
Path Params
inbound_rule_id
numberÂ
required
Example:
14
Body Params application/json