bille
bille3mo ago

bille - I've got an API with 3 endpoints; oncre...

I've got an API with 3 endpoints; oncreate, onupdate and ondelete. Can that be implemented in a single flow or do i need to create 3 separate flows?
2 Replies
Gaurav Chadha
Gaurav Chadha3mo ago
Hi @bille This is achievable via custom triggers, to execute with a single call, which is available from the business plan. https://buildship.com/pricing/ Otherwise, you'll have to use multiple flows. Also, could you please share more about your usecase? It will help us to understand it better and provide support
BuildShip | Pricing
Simple pricing to unlock backend builder powers, with or without code.
bille
billeOP3mo ago
Thanks for the response. I went with multiple flows for now. I am creating a test client for a webhook that I am designing for my cloud service. The client can register a webhook with 3 callbacks; create_event_cb, update_event_cb and delete_event_cb. Each response has different payloads,

Did you find this page helpful?