Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save camrobert/6bba18f60db678137cc1aa47470ceacf to your computer and use it in GitHub Desktop.
Save camrobert/6bba18f60db678137cc1aa47470ceacf to your computer and use it in GitHub Desktop.
%%[
SET @payload = '{"text":"Hello from SFMC!"}'
SET @post = HTTPPOST2('https://hooks.slack.com/services/xxxxxxxxx/yyyyyyyyyyyy/zzzzzzzzzzzzzzz','text/plain',@payload,true,@output,@header)
]%%
@post= %%=v(@post)=%% <br>
@output= %%=v(@output)=%% <br>
@header= %%=v(@header)=%% <br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment