Flashyapp
Homepage
Pricing
Search…
Getting Started
Rest API
Contacts
Lists
Email
SMS
Webhooks
Push Notifications
Website Tracking
Installation + Pixels
Install via Google Tag Manager
HTML Forms
Website Tracking - REST API
Tracking Events (API)
Libraries & Plugins
PHP
WordPress
Import Data
Import Contacts
Import Orders
Import Products Catalog
Dynamic Content
JSON Feed
JSON URL
Uninstall
Uninstall
Powered By
GitBook
Webhooks
Use Webhooks to update third-party platforms with the actions your customers are doing with Flash.
Create Webhooks
Currently you can create webhooks from Flashy dashboard only, Go to Settings > Webhooks.
Sample Response
1
Webhook Action: contact_unsubscribed
Copied!
1
{
2
"event"
:
"contact_unsubscribed"
,
3
"body"
:
{
4
"feed_id"
:
1
,
5
"email"
:
"
[email protected]
"
,
6
"contact_id"
:
"32_hash_key"
,
7
"campaign_id"
:
1
,
// Only when he unsubscribe from a campgin
8
"reason"
:
"hard_bounce"
,
// Only if the email is not valid
9
}
10
}
Copied!
Retry Policy
The response time must be below 5 seconds otherwise the Webhook fails and we will try again at least three more times.
Rest API - Previous
SMS
Next - Rest API
Push Notifications
Last modified
2yr ago
Copy link
Contents
Create Webhooks
Sample Response
Retry Policy