POST /subscriber/create-many
Scope required: (Manage Flow)
Create new subscribers, phone or email is required
Servers
- https://www.uchat.com.au/api
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.