Sender object
JSON
- JSON
- XML
{
"sender_id": 287,
"percent": 100,
"from_email": "no-reply@altcraft.com",
"replyto_email": "no-reply@altcraft.com",
"from_name": "James",
}
<xml>
<sender_id>287</sender_id>
<percent>100</percent>
<from_email>no-reply@altcraft.com</from_email>
<replyto_email>no-reply@altcraft.com</replyto_email>
<from_name>James</from_name>
</xml>
Object parameters
Parameter | Type | Example | Description | SMS | |
---|---|---|---|---|---|
sender_id | int | 123 | Sender ID | + | + |
percent | int | 100 | Message allocation rate | + | + |
from_email | string | "no-reply@altcraft.com" | Override from email | - | + |
replyto_email | string | "no-reply@altcraft.com" | Override reply to email | - | + |
from_name | string | "Altcraft" | Override from name | + | + |