- Home
- Resources
- Integrations
- Citibank
Citibank Make integrationAutomate Citibank with Make.
Got Citibank Account Alert emails piling up with details you retype by hand? The Citibank Make integration gives you 1 module that reads the text of those alerts and hands the result to the next step. Below you'll see what it does, how to connect it and how to build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Citibank Make integration do?
The Citibank Make integration is a single transformer module that processes the text of a Citibank Account Alert email and makes its content available to the modules that follow. In Make, a scenario is the automation you build, and a module is one brick of it. This one does not watch your bank: it works on alert text another module brings in.
A tidier finance log is the most common goal. An email app earlier in the scenario picks up the alert, Parser of Account Alert email messages processes its text, and the output travels on as a bundle (one item passed from module to module) to a sheet or a database.
A faster heads-up for the team is the second pattern. Once the alert text is parsed, a messaging module downstream can post a short notice to the people who need it, so nobody has to forward the raw email.
A cleaner handoff to accounting is the third. The parsed output can feed whatever tool your bookkeeper already uses, keeping the alert in a structured shape instead of a block of prose.
What this integration does not do matters just as much. It has no trigger, no action on the account and no Make an API Call module, so it cannot read balances or move money. The documentation gives no numeric limit either. The same app often has an n8n node too; the n8n vs Make comparison lays out both tools, and the Make review covers the editor itself. If a parse goes wrong, Make troubleshooting is the place to start.
How do you connect Citibank to Make?
- 01
Add the Citibank module
In your scenario, click the + and search for Citibank, then pick Parser of Account Alert email messages. If Make asks for a connection, meaning your account linked to Make once and reused by every module of the app, click Create a connection.
- 02
Name the connection
Giving the connection a name is optional, but a clear label helps later when a teammate opens the scenario and wonders which account or mailbox it relies on.
- 03
Authorize and save
Authorize Make on the page that opens, or paste the key you were given, then click Save. The Citibank documentation lists no specific prerequisite, so these are the generic Make steps.
Build your first scenario with Citibank
GoalWhen a Citibank Account Alert email lands, Make parses its text and passes the result to the next app.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Here that first module belongs to the app where your alert emails arrive.
- 02
Bring in the alert email
Pick the module of that other app that receives the message and create its connection. Make lists the folders it can read once the account is linked, so choose the one holding your alerts.
- 03
Add the Citibank parser
Click the + on the right of that module, search for Citibank and add Parser of Account Alert email messages. Map the email text from the previous module into it.
- 04
Test with Run once
Click Run once to execute the scenario one time. Then read the bundles each module received and check that the parser output looks right.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. From then on each run counts operations, one per module per bundle, on your plan.
What the Citibank module does in Make
Citibank gives you 1 module. For each one: what it does for you, when to reach for it, and what to watch out for.
Parser of Account Alert email messages
TransformerIn Make“Processes text of Account Alerts. The output data is then available for further use.”
This transformer takes the text of a Citibank Account Alert email and returns it as output data the rest of your scenario can map, ready to store, forward or sort.
Need help automating Citibank with Make?
A person reads every message.