Skip to content

Instantly share code, notes, and snippets.

@SamSchmir
Last active April 9, 2018 21:42
Show Gist options
  • Save SamSchmir/d1d3986afc672a4e78a23dd63434e44f to your computer and use it in GitHub Desktop.
Save SamSchmir/d1d3986afc672a4e78a23dd63434e44f to your computer and use it in GitHub Desktop.
// JSON Request 👇
POST https://ads-api.twitter.com/3/accounts/YOUR_ADS_ACCOUNT_ID/cards/image_direct_message?first_cta=Example CTA #1&first_cta_welcome_message_id=865707372148174852&image_media_key=3_983137386224697344&name=example image dm card&recipient_user_id=825082408299028480
// Twurl Request 👇
example$ twurl -X POST -H ads-api.twitter.com "/3/accounts/YOUR_ADS_ACCOUNT_ID/cards/image_direct_message?name=example image dm card&first_cta=Example CTA #1&first_cta_welcome_message_id=975571635007664132&recipient_user_id=825082408299028480&image_media_key=3_983137386224697344" | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment