Order bulk sender names

Use this method for bulk ordering new sender names.

POST https://a.loopmessage.com/api/v1/sender/new/

Request body

This request has the same fields and validations as in a single request. The difference is that needs to send these values as an array.

"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.

Once the request is accepted, you will be automatically charged from the attached billing method

Last updated