So I have leads being added to my systeme account from various traffic sources
These leads get validated in my software and from there get added to my systeme.io account via API
So I want to create a scenario where when any contact is added to systeme it should be added a tag of my choosing automatically…
How do I achieve this using make
Hey @theseagull Welcome to the community. For adding the tag to a newly created contact you can set the webhook which will trigger for a new contact refer to this:How to create and trigger a webhook after an opt-in or a sale - Help pages
Then you can use the module Add tag to a contact in make.
Hi @theseagull
To add a tag, please check this loom.
If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support | Book Live Implementation
Visit us here
Youtube Channel
1 Like
So in my scenario the contacts get added to systeme from facebook,google leads ads and other such traffic sources
So my platform will be able to add contacts to systeme…I need a way to add tag to it
Can that be done with using webhooks ?
I must be missing something! I’m using webhooks and successfully add a new contact. Keep getting a 400 error trying to add the tag. It suggests field input given is string but I am entering a numeric. Missing the obvious here?
How are the contacts entering systeme in your case…are are leads optin into a systeme.io landing page or they are being added via API from another system/software ?
They are entered into a Jotform and webhooked over. Then they pass through Zero Bounce validation then to Systeme. The add a contact module works to add a new contact into System. Is that what you’re asking? New at figuring out API stuff and System support doesn’t want to touch it!
Thanks much! I appreciate it!