Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@SanfordWhiteman ,it actually appears to be another gotcha with the 'stuck webhook' issue you and I were discussing a while back.This seems to apply to response mappings as well as the payload. Cloning it solved the problem with no other changes required!CheersJo
All,I am calling a webhook that is returning the following response:{"response":[{"code":"PIP","email":"nunya@somewhere.moc","firstName":"Mnunya","lastName":"Pnunya"}]} I have tried two different response mappings:andIn neither case is my field getting updated. What boneheaded thing am I missing?
Drat. I'll have to create my own fields that mirror these (the client does NOT have a standard CRM so populating from their isn't gonna happen 🙂 )
All,just bringing this back up the list 🙂CheersJo
@SanfordWhiteman , as always - legendary!
Hi there all.Is it possible to map responses back to the Sales Owner fields when using a Webhook, or do I just need to create duplicates of these fields?CheersJo
It does seem to update sometimes... eventually. Wildly frustrating! Mind you the whole webhook editing screen is a nightmare, the payload entry box is useless, and the fact that it happily changes the selected webhook on the right after each save is insane (and makes it easy to start editing the wr...
Have you looked at the CSS for your form?It seems like there is no widths being set for either labels or fields in there.
Morning all,has anyone else noticed that making a change to a webhook does not update it immediately? I've had several instances where I've updated the payload and/or the URL for a webhook, and then gone to a test record and done a campaign request for the campaign where I have a call to the webhoo...
@Victor_Herrero ,The notion of a central campaign is exactly what I am talking about here. I am aggregating the fields I care about as per @SanfordWhiteman and the triggering my API call for integration purposes off the back of a change to the aggregated field. The key is to come up with a super ...