@n8n-dev/n8n-nodes-amazonaws-pinpoint
v1.0.0
Published
Doc Engage API - Amazon Pinpoint API
Downloads
159
Maintainers
Readme
@n8n-dev/n8n-nodes-amazonaws-pinpoint
Stop writing amazonaws-pinpoint API integrations by hand.
Every time you connect n8n to amazonaws-pinpoint, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to amazonaws-pinpoint took 5 minutes, not half a day?
This node gives you 1+ resources out of the box: Default: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-amazonaws-pinpointOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-amazonaws-pinpoint - Click Install
Quick Start
- Install the node (above)
- Add credentials: amazonaws-pinpoint API → paste your API key
- Drag the amazonaws-pinpoint node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Post Create App
- Get Apps
- Post Create Campaign
- Get Campaigns
- Post Create Email Template
- Delete Email Template
- Get Email Template
- Put Update Email Template
- Post Create Export Job
- Get Export Jobs
- Post Create Import Job
- Get Import Jobs
- Post Create In App Template
- Delete In App Template
- Get In App Template
- Put Update In App Template
- Post Create Journey
- Get List Journeys
- Post Create Push Template
- Delete Push Template
- Get Push Template
- Put Update Push Template
- Post Create Recommender Configuration
- Get Recommender Configurations
- Post Create Segment
- Get Segments
- Post Create Sms Template
- Delete Sms Template
- Get Sms Template
- Put Update Sms Template
- Post Create Voice Template
- Delete Voice Template
- Get Voice Template
- Put Update Voice Template
- Delete Adm Channel
- Get Adm Channel
- Put Update Adm Channel
- Delete Apns Channel
- Get Apns Channel
- Put Update Apns Channel
- Delete Apns Sandbox Channel
- Get Apns Sandbox Channel
- Put Update Apns Sandbox Channel
- Delete Apns Voip Channel
- Get Apns Voip Channel
- Put Update Apns Voip Channel
- Delete Apns Voip Sandbox Channel
- Get Apns Voip Sandbox Channel
- Put Update Apns Voip Sandbox Channel
- Delete App
- Get App
- Delete Baidu Channel
- Get Baidu Channel
- Put Update Baidu Channel
- Delete Campaign
- Get Campaign
- Put Update Campaign
- Delete Email Channel
- Get Email Channel
- Put Update Email Channel
- Delete Endpoint
- Get Endpoint
- Put Update Endpoint
- Delete Event Stream
- Get Event Stream
- Post Put Event Stream
- Delete Gcm Channel
- Get Gcm Channel
- Put Update Gcm Channel
- Delete Journey
- Get Journey
- Put Update Journey
- Delete Recommender Configuration
- Get Recommender Configuration
- Put Update Recommender Configuration
- Delete Segment
- Get Segment
- Put Update Segment
- Delete Sms Channel
- Get Sms Channel
- Put Update Sms Channel
- Delete User Endpoints
- Get User Endpoints
- Delete Voice Channel
- Get Voice Channel
- Put Update Voice Channel
- Get Application Date Range Kpi
- Get Application Settings
- Put Update Application Settings
- Get Campaign Activities
- Get Campaign Date Range Kpi
- Get Campaign Version
- Get Campaign Versions
- Get Channels
- Get Export Job
- Get Import Job
- Get In App Messages
- Get Journey Date Range Kpi
- Get Journey Execution Activity Metrics
- Get Journey Execution Metrics
- Get Segment Export Jobs
- Get Segment Import Jobs
- Get Segment Version
- Get Segment Versions
- Get List Tags For Resource
- Post Tag Resource
- Get List Template Versions
- Get List Templates
- Post Phone Number Validate
- Post Put Events
- Put Remove Attributes
- Post Send Messages
- Post Send OTP Message
- Post Send Users Messages
- Delete Untag Resource
- Put Update Endpoints Batch
- Put Update Journey State
- Put Update Template Active Version
- Post Verify OTP Message
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from amazonaws-pinpoint docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official amazonaws-pinpoint OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official amazonaws-pinpoint OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the amazonaws-pinpoint API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0
