Skip to content

Commit

Permalink
Update twilio_messaging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 authored May 23, 2024
1 parent 2ef3c18 commit 7cb10d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/delivery_methods/twilio_messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ end

## Error Handling

Twilio provides a full list of error codes that can be handled as needed. See https://www.twilio.com/docs/api/errors

```ruby
deliver_by :twilio_messaging do |config|
config.error_handler = lambda do |twilio_error_response|
Expand Down

0 comments on commit 7cb10d1

Please sign in to comment.