For more information on how to create and manage webhooks for a specific Tatango list, check out the video below.
You can create webhooks for the following actions that happen within Tatango.
Subscribes (when a phone number subscribes)
Unsubscribes (when a phone number unsubscribes)
Message Sent (when a mass message is sent)
Reply Received (when a reply is received in response to a mass message)
Tatango will retry failures with an exponential backoff using the formula (retry_count ** 4) + 15 + (rand(30) * (retry_count + 1)) (i.e. 15, 16, 31, 96, 271, ... seconds + a random amount of time). Tatango will try up to 10 times.