• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "No code automation of webhooks"

Collapse

  • eek
    replied
    Originally posted by merseygrit View Post
    I need to glue together two cloud services that have webhook based APIs. The problem is I need service 2 to only act only of it gets more than one triggering event from service 1. The triggering events should happen simultaneously but I can be sure of the order of events.
    for example:
    If webhook a and b and c are all triggered by service 1 within X seconds then call a webhook on service 2.

    I expect this is possible on a simple low code/no code service ( MS flow, ifttt ...) but it's unclear which can in a simple, reliable and fast way. Any recommendations?
    You will need a State server as otherwise the triggers are hitting different hooks.

    it’s doable on flow but I would just write an azure function or 2 as it really would be less work

    Leave a comment:


  • merseygrit
    started a topic No code automation of webhooks

    No code automation of webhooks

    I need to glue together two cloud services that have webhook based APIs. The problem is I need service 2 to only act only of it gets more than one triggering event from service 1. The triggering events should happen simultaneously but I can be sure of the order of events.
    for example:
    If webhook a and b and c are all triggered by service 1 within X seconds then call a webhook on service 2.

    I expect this is possible on a simple low code/no code service ( MS flow, ifttt ...) but it's unclear which can in a simple, reliable and fast way. Any recommendations?

Working...
X