APIs & Integrations

gcox18
Member

Workflow Extensions - EXTERNAL_DATA field values never requested

SOLVE

I'm attempting to setup a workflow extension that presents a SELECT field with values from an external source. The field displays, can be updated, etc, but the "dataUrl" is never hit to request its values. I'm currently just using RequestBin to confirm contents of the requests. Are RequestBin URLs ignored?

Here's the definition, private bits excluded:
{
"id": redacted,
"integrationAppId": "redacted",
"extensionName": "Testing",
"webhookUrl": "https://requestbin.net/r/redacted",
"dataUrl": "https://requestbin.net/r/redacted",
"fieldMetadata": [{
"label": "EXT Field",
"key": "ext_field_1",
"fieldType": "SELECT",
"values": [{
"type": "EXTERNAL_DATA"
}]
}],
"latestVersion": 11,
"version": 11
}

0 Upvotes
1 Accepted solution
gcox18
Solution
Member

Workflow Extensions - EXTERNAL_DATA field values never requested

SOLVE

Looks like HubSpot is ignoring/skipping RequestBin URLs. Switching to Webhook.site works.

View solution in original post

0 Upvotes
2 Replies 2
LPM
Top Contributor | Diamond Partner
Top Contributor | Diamond Partner

Workflow Extensions - EXTERNAL_DATA field values never requested

SOLVE

What format and how are you passing the data along? I'm trying now with webhook.site now and not sure what the return format should be. (There's shockingly little documentation for this considering they've removed the webhook feature for non-enterprise accounts)

0 Upvotes
gcox18
Solution
Member

Workflow Extensions - EXTERNAL_DATA field values never requested

SOLVE

Looks like HubSpot is ignoring/skipping RequestBin URLs. Switching to Webhook.site works.

0 Upvotes