When using the AC website you can manually add a new contact, subscribe them to a list and add a tag all without triggering any automations (e.g. by doing a bulk import of one person, and selecting all those options from the AC GUI).
I’d like to do exactly the same via API instead - is that possible?
Explicitly:
– Add a contact
– Add them to a list
– Add a tag for them
– All without triggering any automations (e.g. from adding them to a list).
If that’s possible, is there a way to do that efficiently (e.g. by specifying the list & tag on the API call to add a contact), or do I need to make multiple API calls one after another after another (and therefore risk hitting the per-second rate limits)?