Email is available on the Mini and Pro plans only.
Setup
Create the email channel in PingBack
Send a
POST request to /api/v1/channels/ with type set to "email" and your sending address in the config object.Forward inbound email to PingBack
Configure your email provider to forward or relay inbound messages to the PingBack email webhook endpoint:The steps vary by provider. Here are common options:
- Mailgun: Set up an inbound routing rule that forwards to the URL above using the Store and Notify or Forward action.
- SendGrid: Use the Inbound Parse webhook and point it to the URL above.
- Gmail / Google Workspace: Use a forwarding rule or Google Apps Script to POST to the URL above.
- Custom SMTP: Configure your mail server to relay messages to the URL above via HTTP.
Test the connection
Send a test email to your support address. The email should appear as a new conversation in your PingBack inbox within seconds, with the subject line and body visible to agents.