3

I am planning to create few triggers in mongodb atlas using nodejs. I found mongodb-stitch-server-sdk library which kind of helps me to connect to stitch application but I couldn't find anything which can help me create a trigger.

Can anyone point me to write documentation or example to do so? I am open to use API as well if it exists.

1 Answer 1

1

You can do a POST to /groups/{groupid}/apps/{appid}/triggers. Triggers API docs: https://docs.mongodb.com/stitch/admin/api/admin-v3/#event-trigger-apis

Sign up to request clarification or add additional context in comments.

2 Comments

that link is broken
by the way I created a nodejs package to do this - npmjs.com/package/mongodb-stitch-api-client

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.