SOLVED

Get external info for Custom Tokens

Go to solution
Anonymous
Not applicable

Get external info for Custom Tokens

Hello,

I'd like to create a new custom token with an external data. For instance:

- Get news, numbers from a website (api's, rss, etc,.)

Is it possible?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Kenny_Elkington
Marketo Employee

Re: Get external info for Custom Tokens

Hey Andre,

You can insert information like this via custom tokens with the requestCampaign and scheduleCampaign calls: http://developers.marketo.com/documentation/rest/request-campaign/ http://developers.marketo.com/documentation/rest/schedule-campaign/

View solution in original post

2 REPLIES 2
Kenny_Elkington
Marketo Employee

Re: Get external info for Custom Tokens

Hey Andre,

You can insert information like this via custom tokens with the requestCampaign and scheduleCampaign calls: http://developers.marketo.com/documentation/rest/request-campaign/ http://developers.marketo.com/documentation/rest/schedule-campaign/
Anonymous
Not applicable

Re: Get external info for Custom Tokens

Thaks Kenny! it should works!