API question: Why does 1 webhook create various different responses at the same time?

Comments

2 comments

  • Waqgari E

    Did you ever got a response for this?

    1
    Comment actions Permalink
  • Ross

    Just for clarity This is what I setup:
        "trigger_fields": [
            "event.fields.event_type_id:2"  --(for this I also tried event_type_id.2 and event_type_id[2] and event_type_id=2, but none of them seem to only trigger the webhook when event_type_id is 2)
        ],
        "payload_fields": [
            "project.contacts_data.email"
        ],

    0
    Comment actions Permalink

Please sign in to leave a comment.