Create webhook listeners

Comments

7 comments

  • Shane Brown
    Engaged
    Celigo University Level 1: Skilled

    What content types will the Integrator webhook accept? Will it accept multipart/form-data?

    0
  • Stephen Brandt Documentation Manager Community moderator
    Engaged
    Great Answer
    Top Contributor
    Celigo University Level 3: Master

    Hi, Shane Brown. Thanks for the question, which isn't directly addressed in this article yet. 

    And sorry for the delay. I needed to track down the answer as well as the relative priority for adding this feature to integrator.io. 

    Webhooks that receive multipart/form-data are not yet supported in the platform, but we are looking at adding this format, hopefully within the year. 

    0
  • Luis Perez Strategic Partner

    How many concurrent requests can a webhook handle? we are looking to have a single webhook listener exposed for a number of partners, but we would like to understand its capacity, can you please provide some details about it? thanks.

    0
  • Martin Jahn Channel Partner
    Engaged
    Celigo University Level 1: Skilled

    Is there a method to define a Resource Path if we are using a Webhook Listener with XML?

    XML Structure is as follows and we want to make sure this is send as 2 records.  If we cannot define a path of /Shipments, then this is seen as one record.

    <shipments>
        <shipment>
           .....
        </shipment>
        <shipment>
           .....
         </shipment>
    </shipments>


     

    0
  • Tom Santiago Principal Technical Writer Community moderator
    Engaged
    Top Contributor
    Celigo University Level 4: Legendary

    Hello Martin Jahn,

    Our webhook exports don't yet support the selection of specific fields via resource path, but in your import step, you can access any specific field returned from the webhook export. Please let us know if you have any trouble with that solution. 

    Tom

    0
  • Zanfer Hussain

    As I understood, the WebHook will immediately return a response to the source app upon receiving the payload. Is there any way we can delay sending the response until the flow has been completed?

    Basically, I would like to send a 200 response if the flow ran without any errors and send a 4XX/5XX response if there were any errors in the flow.

    0
  • Tom Santiago Principal Technical Writer Community moderator
    Engaged
    Top Contributor
    Celigo University Level 4: Legendary

    Hi Zanfer Hussain

    I'm having a little trouble understanding your request. A webhook kicks off the flow with the source data sent from the export. At that point the data begins passing through your flow. I'm not sure what you're attempting by delaying the response. Could you add more clarity?

    0

Please sign in to leave a comment.