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
This SendGrid Mock will return a 200 response, an email will be stored in the docker image and it will be displayed in the UI with an empty "from" value.
The original SendGrid API however returns a 4XX response.
Would it be possible to mimic their error handling to get a mock as close as possible from the SendGrid API ?
The text was updated successfully, but these errors were encountered:
For example, when providing a JSON payload formed as follow:
instead of:
This SendGrid Mock will return a 200 response, an email will be stored in the docker image and it will be displayed in the UI with an empty "from" value.
The original SendGrid API however returns a 4XX response.
Would it be possible to mimic their error handling to get a mock as close as possible from the SendGrid API ?
The text was updated successfully, but these errors were encountered: