Represents the action being performed on a bulk of objects.
(Not to be coy, but these names should be self-explanatory.)
Apply tags
Type
apply_tags
Description
This action requires two additional parameters within `metadata`: `tag_id` (the ID of the tag which you'd like to either add or remove to the list of subscribers) and `action` (which can be either `add` or `remove`).
Apply metadata (to subscribers)
Type
apply_metadata
Description
This action requires two additional parameters within `metadata`: `action` (which can be either `add`, `set`, or `remove`), and `metadata` (the value of the metadata which you'd like to either add or remove to the list of subscribers).
Ban subscribers
Type
ban_subscribers
Delete emails
Type
delete_emails
Delete comments
Type
delete_comments
Delete subscribers
Type
delete_subscribers
Delete tags
Type
delete_tags
Reactivate subscribers
Type
reactivate_subscribers
Replay events
Type
replay_events
Resubscribe subscribers
Type
resubscribe_subscribers
Send emails
Type
send_emails
Description
This action requires one additional parameter within `metadata`: `email_id` (the ID of the email which you'd like to send).