You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #132, but this is narrowing the scope to sending event-driven notifications rather than polled data based on time intervals, like "14 days ago".
Having this implemented would allow me to use the existing API to build my own automations, and may serve as a base to resolve #132.
Some good features:
Checklist of events to send ("contact.event.subscribed", "contact.campaign.click", "contact.event.confirm_doi")
Security header to verify integrity of request (X-Webhook-Secret: RJo8OYnlt8)
The text was updated successfully, but these errors were encountered:
Related to #132, but this is narrowing the scope to sending event-driven notifications rather than polled data based on time intervals, like "14 days ago".
Having this implemented would allow me to use the existing API to build my own automations, and may serve as a base to resolve #132.
Some good features:
contact.event.subscribed
", "contact.campaign.click
", "contact.event.confirm_doi
")X-Webhook-Secret: RJo8OYnlt8
)The text was updated successfully, but these errors were encountered: