Webhook Message Status
What are the different statuses for web hook messages and what to they mean?
For a client we are somehow ending up with messages with status 1 in in web hook messages that seem to remain there and I believe it is because of
which is at the top of
For a client we are somehow ending up with messages with status 1 in in web hook messages that seem to remain there and I believe it is because of
- Code: Select all
if (message.Status == 1)
return;
which is at the top of
- Code: Select all
static public void CallWebhook(SY_WebhookMessage message)