Platform · Integrations

Wire your processes to the rest of your stack

Receive events with inbound webhooks, call any outbound REST APIs, and drop in ready-made connectors for Slack, Email, Stripe, WhatsApp, S3, banking and e-sign — every credential locked in the secrets manager.

OAuth & API keys · encrypted secrets · no servers to run
app.processo.io / integrations

Integration Hub

Native connectors, workflow automation, API keys and webhooks — all in one place

Connectors 7 Workflows API & Webhooks
5Connected
7Available
4OAuth-enabled
All Communication Messaging Email Productivity Storage Banking Payments Documents Utility
SL SLACKCommunication

Post messages to channels and catch slash-command events.

send_messageopen_channel+3 more
Slack_ops
WA WHATSAPPMessaging

Send approved template messages and read delivery receipts.

send_templateread_status+2 more
Wa_business
GM GMAILEmail

Send transactional mail and read threads with attachments.

send_maillist_threads+2 more
Gmail_ops
MS MICROSOFTProductivity

Teams messages, Outlook mail and SharePoint files in one connector.

send_teamssend_outlook+4 more
M365_corp
AM AMAZONStorage

Upload, sign and fetch objects from your S3 buckets.

put_objectsigned_urllist_files
BK BANKINGBanking

Initiate payouts, pull statements and check balances over bank APIs.

init_paymentfetch_statement+2 more
ST STRIPEPayments

Create charges, issue refunds and reconcile payment webhooks.

create_chargerefund+4 more
Stripe_live
WH WEBHOOK_INUtility

Catch inbound events on a signed endpoint URL.

receiveverify_sig
ES E_SIGNDocuments

Send documents for signature and track completion events.

send_envelopefetch_signed
Webhook received
Keys encrypted
Two directions

Events come in. Actions go out.

Integration on Processo runs both ways. Inbound, your webhook endpoints catch events from other systems and turn them into records. Outbound, your functions and workflows call REST APIs to push data and trigger actions.

Inbound · Webhooks
A Stripe payment succeeds
POST hits your endpoint URL
Payload mapped to fields
A record is created or updated

Other systems notify Processo the moment something happens.

Outbound · APIs
A workflow fires on status change
A function calls REST
Auth via secret or OAuth token
Charge, message or sync sent

Processo reaches out — to charge a card, post to Slack, write a row.

Inbound

Catch any event with a webhook endpoint

Generate a secure URL, point any external service at it, and Processo receives the payload in real time. Map the incoming JSON onto your entity's fields and decide what happens next — all without writing a server.

  • A unique endpoint per integrationEach webhook gets its own URL. Share it with Stripe, GitHub, a payment gateway or an IoT device.
  • Visual payload mappingMatch JSON keys to Processo field types — Email, Currency, Date, Status — with validation as data lands.
  • Trigger a workflow on arrivalAn inbound event can kick off automation — create a record, run a function, send a notification.
  • Verified & securedValidate signing secrets so only legitimate callers can write into your process.
See workflow triggers
app.processo.io / integrations / webhooks / stripe
POST /hooks/3f8a · checkout.session.completed
{
  "email": "alex@acme.io",
  "amount": 48900,
  "currency": "usd",
  "status": "paid"
}
Map to Order entity
payload.email Customer Email
payload.amount Total Currency
payload.status Payment Status
Connector catalog

Ready-made connectors, plus the building blocks

Prebuilt connectors cover the services you reach for most, while webhooks, OAuth, REST apis let you reach anything else. Payments, storage and e-sign are first-class too.

Webhooks

Inbound

Secure endpoint URLs that turn external events into records and trigger workflows.

OAuth

Auth

Authorize once; tokens are stored and refreshed for you behind every outbound call.

REST & Apis

Outbound

Call any HTTP API endpoint with full control over headers, body and method.

Slack

Messaging

Post workflow alerts and updates straight into your team channels.

Gmail & Microsoft

Email

Send transactional and templated email fired by workflows and functions.

Stripe

Payments

Charge cards outbound and catch payment events inbound via webhooks.

WhatsApp

Messaging

Send approved template messages with headers, body and buttons from workflows.

Amazon S3

Storage

Store and retrieve files and attachments in your own S3 buckets.

Banking

Banking

Initiate payouts, pull statements and check balances over your bank's APIs.

e-Sign

Documents

Send documents for signature and write the signed copy back onto the record.

Secrets manager

Security

Encrypted store for API keys, tokens and connection strings, injected at runtime.

Resources

Shared

Reusable connection configs and shared assets that connectors draw on.

Works with

Integrations connect to the rest of Processo

Connectors rarely stand alone. They draw on stored credentials, run inside reusable logic, fire from automation, and lean on shared resources.

Start connecting

Plug Processo into everything you run

Catch inbound events, call outbound APIs, and wire in Slack, Stripe, WhatsApp, S3, banking and e-sign — with every key safe in the secrets manager. No servers, no glue code.