Allow passing of custom JSON body in Outgoing Notifications of Gatsby Cloud #38204
Unanswered
dumitrualex
asked this question in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 👋 ,
While trying to integrate Gatsby build process with our CMS SaaS (DatoCMS) I realised Gatsby is missing one integration feature that could come in handy. The scenario is that, while I have the option to create a POST request to a custom URL, the other side has a generic endpoint and is expecting a custom JSON body stating the build status.
In case of DatoCMS, this is an excerpt from their build trigger setup, showing they expect a custom JSON body to a generic URL:
Since the information provided in the JSON body from Gatsby, by default, doesn't map to the above specifications, it would be nice to have the opportunity to set our own, when needed.
This feature would speed up the integration efforts, since we wouldn't be forced to funnel these notifications through a custom solution just to map out the correct status updates.
Thank you in advance for taking this request into consideration.
Kind regards,
Alex Dumitru
Beta Was this translation helpful? Give feedback.
All reactions