Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Note: It is important that this notification is saved with one of the below syntax for a failed notification. Although the system will let you save without this syntax, the failed notification will not be sent without this important step.

Tip

Tip: For an API delivery failure
iif([success] ='<error code>,'{SEND}','{RETRYANDSEND(<duration>,<retrycount>)}')
E.g. iif([success]= '500','{SEND}','{RETRYANDSEND(1,5)}')

For an SMS/Email delivery failure
iif([success] ='<error code>,'{SEND}','{RETRYANDSEND(<duration>,<retrycount>)}')
E.g. iif([success]= '-2','{SEND}','{RETRYANDSEND(1,5)}')

...