Skip to main content
POST
Add creators to a CRM list

Authorizations

x-ty-api-key
string
header
required

Path Parameters

list_id
string
required

CRM list ID.

Body

application/json
userIds
(string | integer)[]
required
Required array length: 1 - 500 elements
status
enum<string>
Available options:
TO_OUTREACH,
OUTREACHED,
NEGOTIATING,
WORKING,
DONE,
CANCELLED
notes
string | null
contactEmail
string | null

Allowed only when userIds contains one creator.

instagramHandle
string | null

Allowed only when userIds contains one creator.

tiktokHandle
string | null

Allowed only when userIds contains one creator.

proposedRate
number | null

Allowed only when userIds contains one creator.

Required range: x >= 0

Response

Creators processed

message
string
Example:

"OK"

response
object