cURL
curl --request POST \ --url https://api.getarbol.com/v1/campaigns/{campaignId}/rows \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "rows": [ { "telephone": "<string>", "givenName": "<string>", "familyName": "<string>", "email": "<string>", "firstMessage": "<string>", "variables": {} } ] } '
{ "error": { "code": "<string>", "message": "<string>", "details": {} }, "requestId": "<string>" }
Add recipients to a campaign (max 1000 per request).
Documentation IndexFetch the complete documentation index at: https://docs.getarbol.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getarbol.com/llms.txt
Use this file to discover all available pages before exploring further.
Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.
Campaign ID (cmp_ prefix)
1 - 1000
Show child attributes
Rows added