POST /subscriber/create-many

Scope required: (Manage Flow)

Create new subscribers, phone or email is required

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
users[] Array Yes

up to 100 users

users[].name String No
users[].email String Yes
users[].gender String No

male,female

users[].last_name String No
users[].first_name String No
users[].phone String Yes
users[].tags[] Array No

up to 10 tags

users[].tags[].tag_name String No

only add tag if the tag name exists

users[].image String No

profile image

users[].user_fields[] Array No

up to 10 user fields

users[].user_fields[].var_ns String No
users[].user_fields[].value String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.