webhook_uri
parameter. Pipedream will send a POST request to this URL when the user completes the connection flow, or if an error occurs at any point. See the API docs for details.
Webhook events
CONNECTION_SUCCESS
- Sent when the user successfully connects their accountCONNECTION_ERROR
- Sent when an error occurs during the connection flow
Webhook payload
Successful connection
Please note that user credentials are not sent in the webhook request. To retrieve credentials, use the Connect API to fetch the account using theaccount.id
provided in the webhook payload.