Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

lindapri123
lindapri123
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by lindapri123
Customize the badges you want to showcase on your profile
Re: Implement Transactional Email in Website php - Adobe Campaign Standard 12-05-2020
Hello @lindapri123 ,Your developer can use the any library which can be used to get and post response over HTTP. I would recommend using the GuzzleHTTP library for this purpose.You can use this library to post data in rest/soap format to first get the access token from Adobe I/O.The code will look like this.$client = new \GuzzleHttp\Client();$response = $client->request('POST', 'https://ims-na1.adobelogin.com/ims/exchange/jwt', ['form_params' => ['client_id' => 'YOUR_CLIENT_ID','client_secret' =...

Views

3.4K

Likes

0

Replies

0
Likes given to