Tool to create or update (upsert) a subscriber by email. Use when adding new subscribers or updating existing ones without needing their ID. If subscriber exists, updates non-destructively (omitted fields/groups are preserved).
emailRequiredstringValid email address as per RFC 2821. Required field.
fieldsobjectCustom field data (e.g., name, last_name, company, city, country, state, z_i_p, phone). Values are additive; omissions won't remove existing data.
groupsarrayArray of existing group IDs to add subscriber to. Subscriber is only added, not removed by omission.
statusstringSubscriber status. One of: active, unsubscribed, unconfirmed, bounced, junk. Defaults to 'active' if not specified.
optin_ipstringValid IP address used during opt-in.
ip_addressstringValid IP address of the subscriber.
opted_in_atstringOpt-in date in format: yyyy-MM-dd HH:mm:ss
resubscribebooleanSet to true to reactivate previously unsubscribed subscribers.
subscribed_atstringSubscription date in format: yyyy-MM-dd HH:mm:ss
unsubscribed_atstringUnsubscribe date in format: yyyy-MM-dd HH:mm:ss. Used when status is 'unsubscribed'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.