Order bulk sender names
Use this method for bulk ordering new sender names.
POST https://a.loopmessage.com/api/v1/sender/new/
Before sending this request, you need to fetch plan_id from another API request.
To prevent billing issues, you can send this request once every 30 seconds.
Request body
"senders" [
{
"name": "sender1",
"domain": "example.com",
"plan_id": "string",
},
{
"name": "sender2",
"domain": "example.com",
"plan_id": "string",
}
]Possible values for each item in the array
Name
Type
Description
name*
String
Phone number, Email, or Contact ID.
domain*
String
Your message text
plan_id*
String
Your message subject. A recipient will see this subject as a bold title before the text.
phone_number_alias
Bool
Optional.
phone_number_alias_zip_code
String
Optional.
sms_and_call
Bool
Optional.
forwarding_to_phone_number
String
Optional.
Last updated