Get mail to SMS events
documentedRetrieve mail-to-SMS events.
GET /mail2sms/eventsMail to SMSno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.smsfactor.com/mail2sms/events?start={{$start}}&length={{$length}}&date_start={{$date_start}}&date_end={{$date_end}}&from={{$from}}&sender={{$sender}}&destination={{$destination}}&is_error={{$is_error}}&message={{$message}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"