List rules
GET
/automations/fax/inbound
Automation Rules
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.clicksend.com/v3/automations/fax/inbound'
Response Response Example
{
"data": {
"current_page": 1,
"data": [
{
"action": "EMAIL_FIXED",
"action_address": "test@test.com",
"dedicated_number": "19",
"enabled": 1,
"inbound_rule_id": 1,
"rule_name": "Email",
"user_id": 1
},
{
"action": "URL",
"action_address": "http://yourdomain.com",
"dedicated_number": "19",
"enabled": 0,
"inbound_rule_id": 2,
"rule_name": "URL",
"user_id": 1
},
{
"action": "POLL",
"action_address": "http://yourdomain.com",
"dedicated_number": "19",
"enabled": 0,
"inbound_rule_id": 3,
"rule_name": "POLL",
"user_id": 1
},
{
"action": "EMAIL_FIXED",
"action_address": "http://yourdomain.com",
"dedicated_number": "19",
"enabled": 0,
"inbound_rule_id": 4,
"rule_name": "POLL",
"user_id": 1
},
{
"action": "NOTHING",
"action_address": "http://yourdomain.com",
"dedicated_number": "19",
"enabled": 0,
"inbound_rule_id": 6,
"rule_name": "POLL",
"user_id": 1
},
{
"action": "NOTHING",
"action_address": "http://yourdomain.com",
"dedicated_number": "19",
"enabled": 0,
"inbound_rule_id": 7,
"rule_name": "POLL",
"user_id": 1
},
{
"action": "NOTHING",
"action_address": "http://yourdomain.com",
"dedicated_number": "19",
"enabled": 0,
"inbound_rule_id": 8,
"rule_name": "POLL",
"user_id": 1
},
{
"action": "NOTHING",
"action_address": "http://yourdomain.com",
"dedicated_number": "19",
"enabled": 0,
"inbound_rule_id": 9,
"rule_name": "POLL",
"user_id": 1
},
{
"action": "POLL",
"action_address": "http://yourdomain.com",
"dedicated_number": "19",
"enabled": 0,
"inbound_rule_id": 10,
"rule_name": "POLL",
"user_id": 1
},
{
"action": "EMAIL_FIXED",
"action_address": "",
"dedicated_number": "+61298441484",
"enabled": 1,
"inbound_rule_id": 12,
"rule_name": "Rule Name",
"user_id": 1
},
{
"action": "EMAIL_FIXED",
"action_address": "",
"dedicated_number": "+61298441484",
"enabled": 1,
"inbound_rule_id": 13,
"rule_name": "Rule Name",
"user_id": 1
},
{
"action": "EMAIL_FIXED",
"action_address": "email@domain.com",
"dedicated_number": "+61298441484",
"enabled": 1,
"inbound_rule_id": 14,
"rule_name": "Rule Name",
"user_id": 1
},
{
"action": "EMAIL_FIXED",
"action_address": "email@domain.com",
"dedicated_number": "+61298441484",
"enabled": 1,
"inbound_rule_id": 15,
"rule_name": "Rule Name",
"user_id": 1
},
{
"action": "EMAIL_FIXED",
"action_address": "email@domain.com",
"dedicated_number": "+61298441484",
"enabled": 1,
"inbound_rule_id": 16,
"rule_name": "Rule Name",
"user_id": 1
},
{
"action": "EMAIL_FIXED",
"action_address": "email@domain.com",
"dedicated_number": "+61298441484",
"enabled": 1,
"inbound_rule_id": 17,
"rule_name": "Rule Name",
"user_id": 1
}
],
"from": 1,
"last_page": 2,
"next_page_url": "https://rest.clicksend.com/v3/automations/fax/inbound?page=2",
"per_page": 15,
"prev_page_url": null,
"to": 15,
"total": 20
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Your inbound fax."
}
Request
None