Create Connection
Connections
Create Connection
Connect a new email sequencer platform to Replyify
POST
Create Connection
Create a connection to one of the supported email sequencer platforms. The platform is specified in the URL path.Documentation Index
Fetch the complete documentation index at: https://docs.replyify.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supported Platforms
| Platform | Endpoint |
|---|---|
| Instantly | POST /api/connections/instantly |
| EmailBison | POST /api/connections/emailbison |
| Lemlist | POST /api/connections/lemlist |
Body Parameters
Display name for the connection (e.g., “Production Instantly”)
API key for the sequencer platform. Stored encrypted at rest.
Client to associate incoming replies with
Required for EmailBison only. Your EmailBison instance URL.
Response
Returns the created connection including the webhook URL to configure in your sequencer.After creating a connection, copy the returned
webhook_url and configure it in your sequencer’s webhook settings so replies are forwarded to Replyify.