Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you @SanfordWhiteman for rest/v1/activities.json?nextPageToken=token api, do you know what is this campaignId? it is not matching program id. How can i know this activity belongs to which email program? { "id": 79, "marketoGUID": "79", "leadId": 11, ...
is it possible to filter program name or id when exporting activities through api? either rest/v1/activities.json or bulk/v1/activities/export/create.json it's returning mixed activities for all campaigns
Hi, My Design Studio->Email Template folder ID is 27, is it same for all users? I would like to use rest api create email template, which requires folder, if it's same for all users can i hardcode it like this?'folder': '{"id": 27, "type": "Folder"}'
Is there any api that does choose email? (attaching, assigning email to this email program)
Hi, I would like to create an app that sends email to k people with k different email under one campaign. (campaign is only one, but everyone will receive different email - whole paragraph, text would be different - i have a k different HTML email). Also i don't want to use Marketo UI, whole process...
I would like to create write token via API, but what should i write on the value? Below is the body of create token api - /rest/asset/v1/folder/{folderID}/tokens.json { "name": "My Token", "type": "script block", "value":???????...
Hi,i would like use customObject.field in the email. how can i use it? i tried {{lead.customObject.field}} but it's not working for me.also what if i have lots of customObject in lead, how can i choose which one i would like to use?if i use custom field i can use {{lead.customField}},
I feel like i am expressing myself well. i am creating an app that send 10k different emails to 10k leads in one campaign/program. So i thought if i store html email as a custom field in leads, i can create one email template and inject it like {{lead.customField}}.
yes i am, it's not one time i would like to create lots of custom fields. is there any other way to do it? storing rich text then use it {{lead.field}} in email?