Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 487 Bytes

Priority.md

File metadata and controls

15 lines (7 loc) · 487 Bytes

Priority

Set the priority of the message. Messages are processed starting with in highest priority queue first and lowest priority queue last. This for example allows to prioritize OTP messages over marketing traffic.

Enum

  • LOW (value: 'low')

  • REGULAR (value: 'regular')

  • HIGH (value: 'high')

[Back to Model list] [Back to API list] [Back to README]