The
Paperclip

Reflexões sobre tudo relacionado a IA, suporte ao cliente e vendas.
zendesk-switchboard-integration-custom-bot
bash curl https://{subdomain}.zendesk.com/sc/v2/apps/{app id}/switchboards \ user '{key id}:{secret}' bash curl https://{subdomain}.zendesk.com/sc/v2/apps/{app id}/integrations \ X POST \ user '{key id}:{secret}' \ H 'content type: application/json' \ d '{ "type": "custom", "name": "my custom bot", "webhooks": [{ "target": "https://your bot endpoint.com/webhook", "triggers":

eesel Team
Editor