Retrieve details of SMS asset
documentedRetrieve content/details for an SMS asset.
POST /v1/assets/get-smsCampaignno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.ap3api.com/v1/assets/get-sms" \
-X POST \
-H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"asset_id": "{{$asset_id}}", "contact_id": "{{$contact_id}}", "show_fallbacks": {{$show_fallbacks}}, "raw": {{$raw}}, "use_published": {{$use_published}}}'