Hi
I want to send a webhook to Zapier when a specific tags are applied
I can set the goal so that when any tag in a specific category is applied it sends an HTTP post to Zapier>
However I cannot see any way to include the name of the specific tag that was applied in Keap.
Is there any way to do that or do I need to set up multiple goals; one for each tag
Within your script that receives the HTTP post, capture the Id of the contact that was tagged, and then use the listApplieTags endpoint to retrieve a list of tags for the contact.
The endpoint will display the list of tags for the given contact, as well as a date applied for each tag. You would need to look at that date to determine which tag had just been applied.