Eva Gifting Assistant (EvaBot) Integrations
Put Eva Gifting Assistant (EvaBot) to work with AI and enterprise-grade automation
Automate smarter with Eva Gifting Assistant (EvaBot) and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.
- No-code AI automation
- Full audit trails and controls
- SOC 2 and GDPR compliant
- Easy visual workflow builder
- 9,000+ apps, 450+ AI tools
- Free tier available
Join millions worldwide who automate their work using Zapier
Launch your first automated workflow
Update direct mailer campaigns in Eva Gifting Assistant (EvaBot) for new or updated HubSpot companies
Update direct mailer campaigns in Eva Gifting Assistant (EvaBot) for new ActiveCampaign contacts
Create and update direct mailer campaigns in Eva Gifting Assistant (EvaBot) for new contacts in Keap
Update direct mailer campaigns in Eva Gifting Assistant (EvaBot) for new Microsoft Dynamics 365 CRM leads
PremiumDetailsUpdate direct mailer campaigns in Eva Gifting Assistant (EvaBot) for new leads in Marketo
PremiumDetailsUpdate direct mailer campaigns in Eva Gifting Assistant (EvaBot) when companies are updated in Kommo
Update direct mailer campaigns in Eva Gifting Assistant (EvaBot) when contacts are updated in Kommo
Update direct mailer campaigns in Eva Gifting Assistant (EvaBot) for new or updated opportunities in Capsule CRM
Supported triggers and actions
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
- Gift Accepted
Triggers when a new gift is accepted.
Try ItTriggerPolling - Campaign ListRequired
- Recipient's NameRequired
- Recipient's EmailRequired
- Recipient's Mobile
- Event DateRequired
- PriceRequired
ActionWrite- Sender's Email [Only Required for Teams -- Make Sure The Gift Sender Is Registered Under Your Team In EvaBot]
- Recipient's NameRequired
- Recipient's EmailRequired
- Recipient's Mobile
- Reference Number
- OccasionRequired
- PriceRequired
- Recipient's Address Line 1
- Recipient's Address Line 2
- Recipient's City
- Recipient's State/Province/Region
- Recipient's Postal Code/ZIP
- Recipient's Country
ActionWrite
- Gift Delivered
Triggers when a new gift is delivered.
Try ItTriggerPolling - Mailer Campaign ListRequired
- Recipient's NameRequired
- Event DateRequired
- Recipient's Address Line 1Required
- Recipient's Address Line 2Required
- Recipient's CityRequired
- Recipient's State/Province/RegionRequired
- Recipient's Postal Code/ZIPRequired
- Recipient's Country
ActionWrite- Recipient's EmailRequired
- Option ListRequired
ActionWrite
For builders
Let your AI safely access Eva Gifting Assistant (EvaBot)
Go beyond Zap workflows. Install Zapier in your AI to call Eva Gifting Assistant (EvaBot) actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Eva Gifting Assistant (EvaBot) from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.
Example actions on this page
Works with
Claude · ChatGPT · Cursor · Any MCP-compatible AI
Work in code with the Zapier SDK
Expose Eva Gifting Assistant (EvaBot) actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().
Install
npm install @zapier/zapier-sdk npm install -D @zapier/zapier-sdk-cli zapier-sdk login # create a Eva Gifting Assistant (EvaBot) connection @ https://zapier.com/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "eva-gifting-assistant", owner: "me" });
await zapier.runAction({
app: 'eva-gifting-assistant',
action: 'campaign',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.











