- DATE:
- AUTHOR:
- Nate
Messages API, Mailgun attachments, and Twillio delivery status
⚙️New Messages API Endpoint: There’s a new [Messages API endpoint] (https://docs.trycourier.com/reference/messages-api#getmessagehistorybyid) that allows you to get a timeline of events for a given message ID programmatically.
📎 New: Mailgun attachments: You can now attach a file via the overrides.mailgun.attachments array inside the API send request.
Twilio Delivery Status: We’re excited to be rolling out ‘delivered’ or ‘undeliverable’ status for Twilio notifications.
🔑 Courier auth token added to General Settings: By popular demand, your auth token can now be found in the General Settings of your courier app.
⚙️Messages API
There’s a new Message API endpoint that allows you to get a timeline of events for a given message ID programmatically: /messages/:message_id/history
. See the Messages API Docs for details about the response and query options.
📎Mailgun attachments
Introducing attachments for Mailgun emails. To attach a file, add an overrides.mailgun.attachments array inside the API send request. See the Mailgun integration documentation for more details and example code.
📷 Twilio Delivery Status
We’re excited to be rolling out delivery status for Twilio notifications! Notifications sent through Twilio will now be updated with either ‘delivered’ or ‘undeliverable’ status.
🔑Courier auth token added to General Settings
By popular demand, your auth token can now be found in the General Settings of your courier app 👏👏👏. For the traditionalist out there, never fear, you can still find the auth token in the Notification settings as well.
📷
🎥 Designing Slack Notifications using Block Kit and Jsonnet
Watch as Aydrian and Riley walk you through creating a Slack Slash Command using Glitch and designing the response in Courier using Block Kit and Jsonnet in this recording of the latest Courier Live.
📷