Skip to content
  • There are no suggestions because the search field is empty.

Notifyre Webhook Events

This article explains how Webhook events in Notifyre activate in various scenarios.

Notifyre provides webhook support to help developers receive real-time push notifications for key fax and SMS activities. These events allow your application to respond instantly to changes in message status or delivery.

Fax Sent Webhook

  • The fax sent push notification is triggered every time a fax is sent to a recipient by a user account.
  • Use case: Update delivery status, log outbound fax activity, or notify users
Fax Received Webhook
  • The fax received push notification  is triggered every time a fax is received by a user account.
  • Use case: Automatically process incoming faxes, notify users, or store documents.
SMS Sent Webhook
  • The sms sent push notification is triggered every time an SMS message is sent to a recipient by a user account.
  • Use case: Track outbound SMS activity, update message logs, or trigger follow-up actions.

SMS Received Webhook

  • The sms received push notification is triggered every time an SMS message is received by a user account.
  •  

    Use case: Handle inbound replies, trigger workflows, or log communication.

MMS Received Webhook
  • The mms received push notification  is triggered every time an MMS message is received by a user account.
  • Use case: Process multimedia messages, store attachments, or notify users.
 
For full implementation details, payload structure, and authentication requirements, refer to Notifyre's API documentation.