Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Butler: POST URL using card content

john April 3, 2020

I'd like to use Butler to POST to an endpoint. The endpoint requires a dynamic JSON payload.

My thought is to pull this from the card description and / or custom fields.

So if I had a card description of:

firstField: foo
secondField: bar

Then I want to pass a payload to Butler like so:

{
"firstField": "foo",
"secondField": "bar"
}

Is this possible?

1 answer

1 accepted

0 votes
Answer accepted
Iain Dooley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 3, 2020

@john I doubt it, your best bet is to email from Butler using a fixed text format in the email, pull those out of the email format using Zapier's email parser then post to your endpoint using Zapier's webhook tool.

Alternatively, you could use Trellinator which allows you to do similar notification processing that Butler does but then use Google Apps Script to post a custom JSON payload to the endpoint in question:

https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Introducing-Trellinator-Automate-Trello-with-Google-Apps-Script/ba-p/925271

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events