OpenAgent
ConnectorsPipes

Snapchat

Connect a Snapchat bot to an OpenAgent Store.

Snapchat

The Snapchat Pipe connects a Snapchat bot to a Store through the Snap webhook.

Configuration

FieldValue
TypeSnapchat
StoreThe Store whose agent should reply.
TokenYour Snapchat OAuth access token.
App SecretYour app's App Secret, used to verify incoming webhook requests.
DomainYour public base URL.

Webhook

The Snapchat webhook URL cannot be registered programmatically, so set it manually. In the Snap Developer Portal, open your bot's Webhook settings and set the URL to:

https://<your-domain>/api/chat-webhook/snapchat/<pipe-name>

OpenAgent verifies incoming requests against the App Secret before answering, and replies through the Snap API.

On this page