API question: Why does 1 webhook create various different responses at the same time?
Hi, I have created only 1 webhook using the API. It only has 1 trigger event and 1 payload included (for simplicity), but when the event is triggered I am always seeing 2 webhook requests 1-2 sec apart. They are both to the same endpoint, but the responses are not the same. The first usually includes what seems to be all the data and the second seems to be what I requested. Is this expected and if so why?
-
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"
],
Please sign in to leave a comment.
Comments
2 comments