Sender

When workflows are performed, and an email or SMS is sent, this identifies who it is to be sent from.


Sender fields

Field Type Fillable Reference
id   Integer
The unique ID to identify the sender

Sender relations

account, available_incoming_users, campaigns, inbound_campaigns, online_incoming_users, queue_average_time, queue_length, users, verified_domain,

Sender endpoints

GET List all Senders /senders toggle

GET Return data for a specified Sender /senders/:id toggle

POST Save, or update a Sender /senders/:id? toggle

DELETE Delete a Sender /senders/:id toggle