You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, we can help users start debugging events from anywhere, including the event trigger response. We can make an API response on triggering an event to source a little prettier with some useful information than what we have right now:
{
"status": "Success",
"message": "Event received into Convoy, debug event at on your dashboard at: https://dashboard.getconvoy.....",
"event_id": "dsuiuwew...",
...
}
And consider something like this for outgoing events API response also.
The text was updated successfully, but these errors were encountered:
Basically, we can help users start debugging events from anywhere, including the event trigger response. We can make an API response on triggering an event to source a little prettier with some useful information than what we have right now:
We should have something like this instead:
And consider something like this for outgoing events API response also.
The text was updated successfully, but these errors were encountered: