cURL
Contacts
Bulk Contact Actions
Run one action over up to 100 contacts at once. IDs that belong to another workspace are silently skipped. unsubscribe only affects contacts that are still subscribed. assign_tags and unassign_tags require tag_ids.
POST
cURL
Run one action —
delete, unsubscribe, assign_tags, or unassign_tags — over up to 100 contacts at once. IDs that belong to another workspace are silently skipped.Authorizations
HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).
Body
application/json
The operation to perform.
Available options:
delete, unsubscribe, assign_tags, unassign_tags Contact IDs to act on (1-100).
Required array length:
1 - 100 elementsRequired when action is assign_tags or unassign_tags. Tag IDs must exist in this workspace.