Build it
What do you want Ontraport and Resend to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Ontraport and Resend
Triggers and actions 5 triggers · 42 actions
Trigger
New ContactPolling trigger: fires for each newly created contact, newest first (sorted by creation date).
Trigger
New or Updated ContactPolling trigger: fires when a contact is created or modified, sorted by date last modified.
Trigger
New TaskPolling trigger: fires for each newly created task (objectID 1), newest first.
Trigger
New TransactionPolling trigger: fires for each newly created transaction (objectID 46), newest first.
Trigger
Two-way sync new or updated contactA trigger for two-way syncing new and updated contacts, with enhanced on-the-fly mapping. Polls Ontraport Contacts sorted by date-last-modified descending; fires for each new or updated contact.
Action
Create ObjectCreate a record of any Ontraport object type. Provide objectID and a JSON of fields. Note: Ontraport DROP (dropdown) custom fields fail OPEN — sending a value that is not one of the field's defined options returns HTTP 200 and silently discards it, leaving the field unset. Verify a dropdown value landed by reading the record back.
Action
Create or Update ContactCreate a new contact, or merge into an existing one matched by email (Ontraport saveorupdate). Note: Ontraport DROP (dropdown) custom fields fail OPEN — sending a value that is not one of the field's defined options returns HTTP 200 and silently discards it, leaving the prior value in place. Verify a dropdown value landed by reading the record back.
Action
Create TaskCreate a Task object (objectID 1) in Ontraport.
Action
Delete ContactDelete a contact by its Ontraport ID.
Action
Delete ObjectDelete a record of any object type by objectID and id.
Action
Find Contact by EmailFind a contact by exact email match. Returns the first matching record.
Action
Find contact by field (Go only has Find Contact by Email — covers email lookup only, not arbitrary field)Returns the details for a contact if the specified field matches the specified value. Throws an error if zero or multiple match.
Action
Get ContactRetrieve a single contact by its Ontraport ID.
Action
Get ObjectRetrieve a single record of any object type by objectID and id.
Action
List ContactsList contacts with optional search, range, and sort.
Action
List ObjectsList records of any object type with optional search and range.
Action
Remove Tag from ContactRemove a tag from one or more contacts.
Action
Tag ContactAdd a tag to one or more contacts.
Action
Update ObjectUpdate a record of any Ontraport object type by ID. Note: Ontraport DROP (dropdown) custom fields fail OPEN — sending a value that is not one of the field's defined options returns HTTP 200 and silently discards it, leaving the prior value in place. Verify a dropdown value landed by reading the record back.
Action
Add Contact to SegmentAdds a contact to a Resend segment. You can identify the contact by its ID or email address.
Action
Add SuppressionAdds an email address to your Resend suppression list so no further mail is sent to it.
Action
Cancel EmailCancels a scheduled Resend email that has not been sent yet.
Action
Create API KeyCreates a new Resend API key. The key itself is returned once, so store it right away.
Action
Create ContactCreates a contact in Resend. Returns the new contact's ID.
Action
Create DomainAdds a sending domain to Resend. Returns the DNS records you need to add at your domain host to verify it.
Action
Create SegmentCreates a new segment in Resend for grouping contacts.
Action
Delete API KeyDeletes a Resend API key so it can no longer be used.
Action
Delete ContactDeletes a contact from Resend. You can identify the contact by its ID or email address.
Action
Delete DomainRemoves a sending domain from Resend.
Action
Delete SegmentDeletes a segment from Resend. The contacts themselves are not deleted.
Action
List API KeysReturns the API keys on your Resend account, with each key's name and when it was last used. The key values themselves are never returned.
Action
List ContactsReturns the contacts in your Resend account, optionally limited to one segment.
Action
List DomainsReturns the sending domains on your Resend account and each one's verification status.
Action
List SegmentsReturns the contact segments in your Resend account.
Action
List Sent EmailsReturns the emails you have sent through Resend, newest first, with each email's id, sender, recipients, subject, send time and latest delivery event. Supports paging before or after a given email id.
Action
List SuppressionsReturns the email addresses on your Resend suppression list, showing for each one the address, why it was suppressed (bounce, complaint or added manually), the email that triggered it and when it was added.
Action
Remove Contact From SegmentRemoves a contact from one of your Resend segments. Identify the contact by its ID or by its email address, and name the segment to take it out of. The contact itself is not deleted.
Action
Remove SuppressionTakes an email address off your Resend suppression list so you can send to it again. Identify it by the suppression ID or by the email address itself.
Action
Retrieve ContactReturns one contact from your Resend audience, including their name, email address, whether they have unsubscribed, when they were added, and any custom properties stored on them. Look the contact up by its ID or by its email address.
Action
Retrieve DomainReturns one of your Resend sending domains, including its name, verification status, sending region, tracking settings and the DNS records it needs with each record's current status.
Action
Retrieve SegmentReturns one of your Resend segments by its ID, with the segment's name and when it was created.
Action
Retrieve Sent EmailReturns one email you sent through Resend, with its sender, recipients, subject, HTML and text body, tags, send time and latest delivery event.
Action
Send Batch EmailsSends up to 100 emails through Resend in a single call. Give it a list of emails, each with a sender, recipients, subject and body, and it returns the id of every email it created.
Action
Send EmailSends an email through Resend. Set the sender, recipients and subject, provide an HTML or plain text body, and optionally add CC/BCC, reply-to, attachments, tags or a send time.
Action
Update ContactUpdates a contact in your Resend audience. Identify the contact by ID or email address, then change the name, the subscribed/unsubscribed state, or the custom properties. Anything you leave blank stays as it is.
Action
Update EmailReschedules an email you already queued in Resend, moving it to a new send date and time. Only emails that have not gone out yet can be changed.
Action
Verify DomainAsks Resend to re-check the DNS records for one of your sending domains and start verifying it. Verification runs in the background, so the domain shows as pending until it finishes.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.