Create an event

Use the POST method to inform vibes that an event has occurred in an external system, thus triggering any event-triggered messages set up to be triggered as a result of the event.

Request

If you are using Version 1 of the APIs, you cannot use the E.164 MDN international format. If you do use it, you will get an error returned.

Response

If the submission is successful, an abbreviated event JSON block will be returned, containing the event_id for the event.

Notes:

  • An HTTP 202 - Accepted response will be returned if the event has been successfully submitted but will not necessarily result in a message. To track whether or not your message was sent and received by the end user, we recommend registering for Event-Triggered Callbacks.
  • The Event API will accept 300 requests/second. If you anticipate greater volume, consider using a message queue to send the requests so retries and throttling can be applied if necessary.
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!