Message Automations

Message Automation Overview

Triggers & Actions

Variables 

Webhook 

data that we send to webhook
{
  "id": "MTM6NTU",
  "message_automation": {
    "id": 13,
    "name": "Message Automation webhook",
    "trigger": "message_received",
    "webinar_video_id": 1,
    "webinar_id": 1
  },
  "message": {
    "id": 55,
    "message": "Hi!"
  }
}<br>
we wait response to https://api.webinarfuel.com/message_automation_reply endpoint it is POST request with data
{
  "id": "MTM6NTU", 
  "automation_action": "reply_in_app", 
  "message": "test webhook"
}
where "id"  should be from data that we sent

Your request must include Bearer Token Auth in the Headers: 
curl -X POST -H 'Authorization: Bearer vV5wywvehh3vJ5Dc' -H 'Content-Type: application/json' "https://api.webinarfuel.com/message_automation_reply" -d '{"id": "MTM6NTU", "automation_action": "reply_in_app", "message": "test webhook"}'<br>

Shared Zapier Template
https://zapier.com/shared/0031a1bffe03826e7f53df65183c557bd6f4f214

Conditions


Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.